Sha256: e7a381c5fb8703ef7bef7a6f5d6a65b838092d24ca043671d102722ff72cb2c2

Contents?: true

Size: 420 Bytes

Versions: 6

Compression:

Stored size: 420 Bytes

Contents

Feature: reset network stats with `trema reset_stats' command

  As a Trema user
  I want to reset network stats with `trema reset_stats' command
  So that I can easily debug trema applications

  Scenario: trema help reset_stats
    When I try to run "./trema help reset_stats"
    Then the output should be:
      """
      Usage: trema reset_stats [OPTIONS ...]
          -h, --help
          -v, --verbose
      """

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
trema-0.2.5 features/trema.reset_stats.feature
trema-0.2.4 features/trema.reset_stats.feature
trema-0.2.3 features/trema.reset_stats.feature
trema-0.2.2.1 features/trema.reset_stats.feature
trema-0.2.2 features/trema.reset_stats.feature
trema-0.2.1 features/trema.reset_stats.feature