features/fixtures/configs/hello_world.yml in polytrix-0.1.0.pre vs features/fixtures/configs/hello_world.yml in polytrix-0.1.0
- old
+ new
@@ -1,10 +1,20 @@
---
+ implementors:
+ ruby:
+ language: 'ruby'
+ basedir: 'sdks/ruby'
+ java:
+ language: 'java'
+ basedir: 'sdks/java'
+ python:
+ language: 'python'
+ basedir: 'sdks/python'
global_env:
LOCALE: <%= ENV['LANG'] %>
FAVORITE_NUMBER: 5
suites:
Katas:
env:
NAME: 'Max'
samples:
- - hello world
\ No newline at end of file
+ - hello world