Sha256: 7615bd2ccce97ab3c4646215a096e904bcea1fe1ef25e36ec3d4279225b61b37

Contents?: true

Size: 540 Bytes

Versions: 2

Compression:

Stored size: 540 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
      samples:                         # Test scenarios within Katas
        - hello world
        - quine
    Environment:
      env:                             # Unlike global_env, these variables are only for the Katas suite
        COLOR: red
      samples:
        - echo_color

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
omnitest-0.2.2 samples/skeptic.yaml
omnitest-0.2.1 samples/skeptic.yaml