Sha256: 423fea2e9c148f0a3ef5f75bf5531da3f76d5d7a38ab177af493c7f8e13dca5f

Contents?: true

Size: 643 Bytes

Versions: 2

Compression:

Stored size: 643 Bytes

Contents

---
global_env:                          # global_env defines input available for all scenarios
  LOCALE: <%= ENV['LANG'] %>         # templating is allowed
  FAVORITE_NUMBER: 5
suites:
  CLI:
    samples:
      - clone
      - detect
      - bootstrap
      - exec
      - verify
      - test
  Spies:
    samples:
      - built in spies
      - custom spies
  Reports:                           # "Katas" is the name of the first suite
    samples:                         # samples defines the individual tests in a suite
      - show
      - dashboard
      - code2doc
      - custom spy report
  Generate:
    samples:
      - slate docs

Version data entries

2 entries across 2 versions & 1 rubygems

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