diff --git a/test/test_helper.rb b/test/test_helper.rb index 8bf1192..e24de7e 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -11,3 +11,8 @@ class ActiveSupport::TestCase # Add more helper methods to be used by all tests here... end + +class ActionController::TestCase + include Devise::TestHelpers +end +