From 6f8343d06ea654a1674feef5ebb1e2b1843ecd01 Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Sat, 16 Aug 2014 20:39:38 -0400 Subject: [PATCH] Manually include AC::Serialization module in test suite --- test/test_helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_helper.rb b/test/test_helper.rb index 36a3a45b..d207b040 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -14,6 +14,7 @@ module TestHelper end ActionController::Base.send :include, Routes.url_helpers + ActionController::Base.send :include, ActionController::Serialization end ActionController::TestCase.class_eval do