Sha256: 5f0689c9d48db5113fd2d6ed4fd2833eba8526ba7064cbbea05430b4fa59248e

Contents?: true

Size: 364 Bytes

Versions: 3

Compression:

Stored size: 364 Bytes

Contents

---
Test the pluralizer program: !S::Suite
  attributes: !S::Cmd
    command: ./pluralizer.rb
    exit: 0
  contents:
    - Test the bird word:
        input: !path bird.txt
        output: "birds\n"
    - Test the ant word:
        args: "ant"
        output: "ants\n"
    - Test a bad word:
        args: "b1rd"
        output: ""
        error: "wrong word!\n"

Version data entries

3 entries across 3 versions & 1 rubygems

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