1
0
Fork 0

Include Devise test helpers

This commit is contained in:
Andrew Tomaka 2013-06-04 01:21:25 -04:00
parent 5a3b540ec2
commit c28c038b9c
1 changed files with 5 additions and 0 deletions

View File

@ -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