summaryrefslogtreecommitdiff
path: root/users/test/support/auth_test_helper.rb
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-11-04 16:24:35 +0100
committerAzul <azul@leap.se>2012-11-04 16:24:35 +0100
commit5c6395d8b1a8c7cf540dae9fdd37f3e68554215c (patch)
tree727cd51d00addfb26ebbfc9a75d890513b709930 /users/test/support/auth_test_helper.rb
parent2264623a445bf5c64404ef302f63e4d99ecbd97f (diff)
fixing tests, including support files from all engines
Diffstat (limited to 'users/test/support/auth_test_helper.rb')
-rw-r--r--users/test/support/auth_test_helper.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/users/test/support/auth_test_helper.rb b/users/test/support/auth_test_helper.rb
index d5d52b1..9412058 100644
--- a/users/test/support/auth_test_helper.rb
+++ b/users/test/support/auth_test_helper.rb
@@ -23,3 +23,7 @@ module AuthTestHelper
end
end
end
+
+class ActionController::TestCase
+ include AuthTestHelper
+end