Cucumber Features

Expand All

Collapse All

Feature: My bootstrapped app kinda works

In order to get going on coding my awesome app
I want to have aruba and cucumber setup
So I don't have to do it myself

features/nexpose-security-console.feature:6

Scenario: App just runs

  1. When I get help for "nsc"
    features/step_definitions/nexpose-security-console_steps.rb:1
  2. Then the exit status should be 0
    aruba-0.14.2/lib/aruba/cucumber/command.rb:277