Sha256: bfcf01cacd8c265b94cc930cd94268a165ae1ad0d698f9f304fdf0829b802dcb

Contents?: true

Size: 1001 Bytes

Versions: 5

Compression:

Stored size: 1001 Bytes

Contents

---

Distribute Cmd test suite:
  strategy: Suite
  contents:
    - cat command without files:
        strategy: Tester
        test:
          delegator:
            strategy: DistDelegate
            test:
              cat:
                strategy: Cmd
                command: cat
                input: 'toto'
                output: 'toto'
    - cat command with files:
        strategy: Tester
        test:
          fetcher:
            strategy: Fetcher
            test:
              delegator:
                strategy: DistDelegate
                test:
                  cat with fetch:
                    strategy: Fetch
                    resources:
                      - cat/file.in
                      - cat/file.out
                    test:
                      cat:
                        strategy: Cmd
                        command: cat
                        input: !path <<fetch_dir>>/cat/file.in
                        output: !path <<fetch_dir>>/cat/file.out


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ttk-0.1.576 test/ttk-dist/dist-cat.yml
ttk-0.1.580 test/ttk-dist/dist-cat.yml
ttk-0.2.0 test/ttk-dist/dist-cat.yml
ttk-0.2.1 test/ttk-dist/dist-cat.yml
ttk-0.1.579 test/ttk-dist/dist-cat.yml