Sha256: 9f4397fbe94df1d81f5a4e5442f705690b0b5771c0bad5f330f6574b79712460

Contents?: true

Size: 501 Bytes

Versions: 3

Compression:

Stored size: 501 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:
        weight: <<my_var>>
        args: "b1rd"
        output: ""
        error: "wrong word!\n"
        exit: 1
    - Test the trap word:
        weight: -1
        args: "child"
        output: "childs\n"

Version data entries

3 entries across 3 versions & 1 rubygems

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