mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
Fix failing tests on Rails master
This commit is contained in:
parent
720f1dabf8
commit
6be6599bb7
@ -1,6 +1,10 @@
|
|||||||
require 'test_helper'
|
require 'test_helper'
|
||||||
|
|
||||||
class Foo < Rails::Application
|
class Foo < Rails::Application
|
||||||
|
if Rails.version.start_with? '4'
|
||||||
|
config.eager_load = false
|
||||||
|
config.secret_key_base = 'abc123'
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
Rails.application.load_generators
|
Rails.application.load_generators
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user