mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-24 14:56:50 +00:00
Move generators test to it's own directory
This commit is contained in:
parent
7b0a85fdda
commit
cbc7f114c0
@ -10,7 +10,7 @@ Rails.application.load_generators
|
|||||||
require 'generators/serializer/serializer_generator'
|
require 'generators/serializer/serializer_generator'
|
||||||
|
|
||||||
class SerializerGeneratorTest < Rails::Generators::TestCase
|
class SerializerGeneratorTest < Rails::Generators::TestCase
|
||||||
destination File.expand_path("../tmp", __FILE__)
|
destination File.expand_path("../../tmp", __FILE__)
|
||||||
setup :prepare_destination
|
setup :prepare_destination
|
||||||
|
|
||||||
tests Rails::Generators::SerializerGenerator
|
tests Rails::Generators::SerializerGenerator
|
||||||
Loading…
Reference in New Issue
Block a user