Skip to content

Commit

Permalink
Don't delete /tmp before generator tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pablobm committed Aug 20, 2020
1 parent 520a544 commit 175d07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/generator_spec_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def copy_to_generator_root(destination, template)
config.include GeneratorSpecHelpers

config.before(:example, :generator) do
destination File.expand_path("../../../tmp", __FILE__)
destination File.expand_path("../../../tmp/generator_tests_output", __FILE__)
prepare_destination
end
end

0 comments on commit 175d07b

Please sign in to comment.