Skip to content

Commit

Permalink
Simplify our destination_root a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspth committed May 14, 2024
1 parent 4c25cb6 commit 226e11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/generators/associated_generator_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class AssociatedGeneratorTest < Rails::Generators::TestCase
tests AssociatedGenerator
destination Pathname(File.expand_path("../../../tmp/generators", __dir__))
destination Pathname(__dir__).join("../../../tmp/generators")

setup :prepare_destination, :create_record_file, :create_record_test_file
arguments %w[Organization::Seats]
Expand Down

0 comments on commit 226e11c

Please sign in to comment.