Sha256: fd6446aa17944e68e03a6f904b8150f8cca7efcc3e16d6159a3450c34c440b08

Contents?: true

Size: 422 Bytes

Versions: 4

Compression:

Stored size: 422 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

4 entries across 4 versions & 1 rubygems

Version Path
trema-0.2.0 features/trema.reset_stats.feature
trema-0.1.3.2 features/trema.reset_stats.feature
trema-0.1.3.1 features/trema.reset_stats.feature
trema-0.1.3 features/trema.reset_stats.feature