samples/polytrix.yml in polytrix-0.1.2 vs samples/polytrix.yml in polytrix-0.1.3
- old
+ new
@@ -12,10 +12,13 @@
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
+ Environment:
+ env: # Unlike global_env, these variables are only for the Katas suite
+ COLOR: red
+ samples:
+ - echo_color