Sha256: 6f7416243e388345c6d180c3767d6c0a41f3d0634c8f809ad37c95c6748e2449

Contents?: true

Size: 940 Bytes

Versions: 9

Compression:

Stored size: 940 Bytes

Contents

Feature: trema help

  In order to understand how to use Trema
  As a developer using Trema
  I want to read the help message of trema command

  Scenario: List sub-commands
    When I run `trema help`
    Then the output should contain "dump_flows"
     And the output should contain "help"
     And the output should contain "kill"
     And the output should contain "killall"
     And the output should contain "netns"
     And the output should contain "reset_stats"
     And the output should contain "ruby"
     And the output should contain "run"
     And the output should contain "send_packets"
     And the output should contain "show_stats"
     And the output should contain "up"
     And the output should contain "version"

  Scenario: List global options
    When I run `trema help`
    Then the output should contain "--help"
     And the output should contain "-v, --verbose"
     And the output should contain "--version"

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
trema-0.3.5 features/trema.help.feature
trema-0.3.4 features/trema.help.feature
trema-0.3.3 features/trema.help.feature
trema-0.3.2 features/trema.help.feature
trema-0.3.1 features/trema.help.feature
trema-0.3.0 features/trema.help.feature
trema-0.2.8 features/trema.help.feature
trema-0.2.7 features/trema.help.feature
trema-0.2.6 features/trema.help.feature