fixed tests

This commit is contained in:
amartynov 2015-02-25 13:57:50 +03:00
parent 627b5ba1ee
commit 3c10c7f6c6
2 changed files with 6 additions and 2 deletions

View File

@ -58,8 +58,7 @@ class Generator < OpenStruct
private private
def render(template) def render(template)
puts template.size ERB.new(template).result(binding)
ERB.new(template).result()
end end
def load_fixtures def load_fixtures

View File

@ -21,6 +21,11 @@ ec2:
name: "test_ec2" name: "test_ec2"
env: "test" env: "test"
static:
project:
name: "test_static"
env: "test"
script: script:
name: "cucumber_test_script" name: "cucumber_test_script"