fixed tests
This commit is contained in:
parent
627b5ba1ee
commit
3c10c7f6c6
@ -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
|
||||||
|
|||||||
@ -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"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user