mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
Fix No such file or directory tmp/cache issue in tests
This commit is contained in:
@@ -2,7 +2,7 @@ require 'test_helper'
|
||||
require 'generators/serializer/serializer_generator'
|
||||
|
||||
class SerializerGeneratorTest < Rails::Generators::TestCase
|
||||
destination File.expand_path("../../tmp", __FILE__)
|
||||
destination File.expand_path("../../../tmp/generators", __FILE__)
|
||||
setup :prepare_destination
|
||||
|
||||
tests Rails::Generators::SerializerGenerator
|
||||
|
||||
Reference in New Issue
Block a user