From c28c038b9c5dde2837bb4f9ab8cf25ceb3798148 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 4 Jun 2013 01:21:25 -0400 Subject: [PATCH] Include Devise test helpers --- test/test_helper.rb | 5 +++++ 1 file changed, 5 insertions(+) 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 +