Sha256: 945a3366a214a1967f3c523fcdd165c3b34d6e1617b2713e53cd3ac00514b551

Contents?: true

Size: 690 Bytes

Versions: 3

Compression:

Stored size: 690 Bytes

Contents

---
  implementors:
    ruby:
      language: 'ruby'
      basedir: 'sdks/ruby'
    java:
      language: 'java'
      basedir: 'sdks/java'
    python:
      language: 'python'
      basedir: 'sdks/python'

  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

3 entries across 3 versions & 1 rubygems

Version Path
polytrix-0.1.2 samples/polytrix.yml
polytrix-0.1.1 samples/polytrix.yml
polytrix-0.1.0 samples/polytrix.yml