Sha256: bc5c166ffeee55826ee1bfbe52205782191aaeecc5003632680c812fd868c0bc

Contents?: true

Size: 487 Bytes

Versions: 1

Compression:

Stored size: 487 Bytes

Contents

---
  global_env:                          # global_env defines input available for all scenarios
    LOCALE: <%= ENV['LANG'] %>         # templating is allowed
  suites:
    Katas:                             # "Katas" is the name of the first test suite
      env:                             # Unlike global_env, these variables are only for the Katas suite
        COLOR: red
      samples:                         # Test scenarios within Katas
        - hello world
        - quine

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
polytrix-0.1.0.pre samples/polytrix_tests.yml