mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-24 14:56:50 +00:00
Manually include AC::Serialization module in test suite
This commit is contained in:
parent
82e40b8a3c
commit
6f8343d06e
@ -14,6 +14,7 @@ module TestHelper
|
|||||||
end
|
end
|
||||||
|
|
||||||
ActionController::Base.send :include, Routes.url_helpers
|
ActionController::Base.send :include, Routes.url_helpers
|
||||||
|
ActionController::Base.send :include, ActionController::Serialization
|
||||||
end
|
end
|
||||||
|
|
||||||
ActionController::TestCase.class_eval do
|
ActionController::TestCase.class_eval do
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user