summaryrefslogtreecommitdiff
path: root/users/test/support/auth_test_helper.rb
diff options
context:
space:
mode:
authorjessib <jessib@riseup.net>2012-11-05 09:58:44 -0800
committerjessib <jessib@riseup.net>2012-11-05 09:58:44 -0800
commit3515a598341282c20feb5950a81f43552280688d (patch)
tree74a2d250faeddc76b3b9955c1085282f9cc13956 /users/test/support/auth_test_helper.rb
parentfb1c8e60335fefc55191eee16d83f53d2e9a2031 (diff)
parentcf1e7ee20f713068cadf5cfa78840115e0a8a081 (diff)
Merge branch 'develop' into help_develop
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