Sha256: 362bd3a2a1d8c615add0275d8d073d74481b3f4ee5ed229452c2a754c07fe3d3

Contents?: true

Size: 261 Bytes

Versions: 3

Compression:

Stored size: 261 Bytes

Contents

---
Test the pluralizer program: !S::Suite
  attributes: !S::Cmd
    command: ./pluralizer.rb
    exit: 0
  contents:
    - Test the bird word:
        args: "bird"
        output: "birds\n"
    - Test the ant word:
        args: "ant"
        output: "ants\n"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
uttk-0.3.5.0 test/fixtures/demo/command-tutorial/steps/3.1/check.yml
uttk-0.3.1.2 test/fixtures/demo/command-tutorial/steps/3.1/check.yml
uttk-0.3.6.1 test/fixtures/demo/command-tutorial/steps/3.1/check.yml