Include Devise test helpers
This commit is contained in:
parent
5a3b540ec2
commit
c28c038b9c
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue