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