fixed tests
This commit is contained in:
parent
627b5ba1ee
commit
3c10c7f6c6
@ -58,8 +58,7 @@ class Generator < OpenStruct
|
||||
private
|
||||
|
||||
def render(template)
|
||||
puts template.size
|
||||
ERB.new(template).result()
|
||||
ERB.new(template).result(binding)
|
||||
end
|
||||
|
||||
def load_fixtures
|
||||
|
||||
@ -21,6 +21,11 @@ ec2:
|
||||
name: "test_ec2"
|
||||
env: "test"
|
||||
|
||||
static:
|
||||
project:
|
||||
name: "test_static"
|
||||
env: "test"
|
||||
|
||||
script:
|
||||
name: "cucumber_test_script"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user