Skip to content

Commit cbc7f11

Browse files
committed
Move generators test to it's own directory
1 parent 7b0a85f commit cbc7f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/serializers/generators_test.rb renamed to test/generators/serializer_generator_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Foo < Rails::Application
1010
require 'generators/serializer/serializer_generator'
1111

1212
class SerializerGeneratorTest < Rails::Generators::TestCase
13-
destination File.expand_path("../tmp", __FILE__)
13+
destination File.expand_path("../../tmp", __FILE__)
1414
setup :prepare_destination
1515

1616
tests Rails::Generators::SerializerGenerator

0 commit comments

Comments
 (0)