Sha256: dfd851dbf2ce3e91e5e2235ab9e831985bef9cfe749631bab62a13e04b9a0228

Contents?: true

Size: 835 Bytes

Versions: 3

Compression:

Stored size: 835 Bytes

Contents

---
implementors:
  polytrix:
    language: 'ruby'
    basedir: 'samples/'

global_env:                          # global_env defines input available for all scenarios
  LOCALE: <%= ENV['LANG'] %>         # templating is allowed
  FAVORITE_NUMBER: 5
suites:
  Bootstrapping:
    samples:
      - default bootstrap
      - custom bootstrap
  Testing:                           # "Katas" is the name of the first suite
    env:                             # These "env" values are only available within the "Katas" suite
      NAME: 'Max'
    samples:                         # samples defines the individual tests in a suite
      - default validation
      - custom validation
  Plugins:                           # "Tutorials" is the name of the second suite
        env:
        samples:
          - validating
          - reporting

Version data entries

3 entries across 3 versions & 1 rubygems

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