mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-24 06:46:50 +00:00
Merge pull request #593 from byroot/fix-tests-broken-by-592
Manually include AC::Serialization module in test suite
This commit is contained in:
commit
be6ff586a2
@ -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