lib/templates/stack/test/spec/main_spec.rb.tt in rspec-terraspace-0.2.0 vs lib/templates/stack/test/spec/main_spec.rb.tt in rspec-terraspace-0.2.1

- old
+ new

@@ -9,11 +9,10 @@ name: "<%= name %>-harness", modules: "#{ts_root}/app/modules", # include all modules in folder stacks: {<%= name %>: stack_path}, # override demo stack tfvars for testing tfvars: {demo: "#{stack_path}/test/spec/fixtures/tfvars/demo.tfvars"}, - # create config if needed. The folder will be copied over - # config: "#{stack_path}/spec/fixtures/config", + config: "#{stack_path}/test/spec/fixtures/config", ) terraspace.up("<%= name %>") end after(:all) do terraspace.down("<%= name %>")