Skip to content

Commit

Permalink
fix 2.3 test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
wr0ngway committed Sep 25, 2019
1 parent cad8c8f commit c20f957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/terraform_executor_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ module Atmos

file = File.join(te.send(:tf_recipes_dir), 'atmos-tfvars.env')
expect(File.exist?(file)).to be true
expect(File.read(file).lines(chomp: true)).to include("TF_VAR_foo='bar'")
expect(File.read(file).lines).to include("TF_VAR_foo='bar'\n")
end
end

Expand Down

0 comments on commit c20f957

Please sign in to comment.