Sha256: c94926225a6fb557b04ac11dd5ac8fc63ecb571294fdfcdaad06ad10c00fb589

Contents?: true

Size: 454 Bytes

Versions: 6

Compression:

Stored size: 454 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 mouse word:
        args: "mouse"
        output: "mice\n"
    - Test a bad word:
        args: "b1rd"
        output: ""
        error: "wrong word!\n"
        exit: 1
    - Test the child word:
        args: "child"
        output: "children\n"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
uttk-0.3.6.1 test/fixtures/demo/filter-tutorial/check.yml
uttk-0.3.1.2 test/fixtures/demo/filter-tutorial/check.yml
uttk-0.3.5.0 test/fixtures/demo/filter-tutorial/check.yml
uttk-0.4.6.2 test/fixtures/demo/filter-tutorial/check.yml
uttk-0.4.5.0 test/fixtures/demo/filter-tutorial/check.yml
uttk-0.4.6.1 test/fixtures/demo/filter-tutorial/check.yml