We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0a85f commit cbc7f11Copy full SHA for cbc7f11
test/serializers/generators_test.rb renamed to test/generators/serializer_generator_test.rb
@@ -10,7 +10,7 @@ class Foo < Rails::Application
10
require 'generators/serializer/serializer_generator'
11
12
class SerializerGeneratorTest < Rails::Generators::TestCase
13
- destination File.expand_path("../tmp", __FILE__)
+ destination File.expand_path("../../tmp", __FILE__)
14
setup :prepare_destination
15
16
tests Rails::Generators::SerializerGenerator
0 commit comments