Sha256: 09bb130e50c9568a4512bcd6812eef1c5b6bb340b0241b1e79c91386eb26a7fb

Contents?: true

Size: 262 Bytes

Versions: 3

Compression:

Stored size: 262 Bytes

Contents

---
Test the pluralizer program: !S::Suite
  attributes: !S::Cmd
    command: ./pluralizer.rb
    exit: 0
  contents:
    - Test the bird word:
        input: "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.6.1 test/fixtures/demo/command-tutorial/steps/4/check.yml
uttk-0.3.1.2 test/fixtures/demo/command-tutorial/steps/4/check.yml
uttk-0.3.5.0 test/fixtures/demo/command-tutorial/steps/4/check.yml