Sha256: d8986fd63be21e6bde0ab6c1b4783b29acd463c3e5e32c778ba9fcfa731d750d

Contents?: true

Size: 514 Bytes

Versions: 6

Compression:

Stored size: 514 Bytes

Contents

---
Test the <%= class_name %> strategy: !S::Suite
  contents:
    - good test 1: !S::RMatch
        test: !S::<%= class_name %>
          # ...
        match:
          - // # ...
          - //
          - //
        dont_match:
          - // # ...
          - //
          - //

    - bad test 1: !S::RMatch
        test: !S::<%= class_name %>
          # ...
        match:
          - // # ...
          - //
          - //
        dont_match:
          - // # ...
          - //
          - //

    - # ...

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
uttk-0.3.5.0 lib/uttk/generators/templates/strategy.yml
uttk-0.3.1.2 lib/uttk/generators/templates/strategy.yml
uttk-0.3.6.1 lib/uttk/generators/templates/strategy.yml
uttk-0.4.5.0 lib/uttk/generators/templates/strategy.yml
uttk-0.4.6.1 lib/uttk/generators/templates/strategy.yml
uttk-0.4.6.2 lib/uttk/generators/templates/strategy.yml