Sha256: 5ae41e0f2988f76b9d3c1903b72639e80fde8da2c6c9b60912cdcea51bc2e2e8

Contents?: true

Size: 324 Bytes

Versions: 3

Compression:

Stored size: 324 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 1 rubygems

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