Include Devise Helpers In Your Controller Tests
Last updated
Was this helpful?
Last updated
Was this helpful?
For past versions of Devise, you could include DeviseHelpers
as part of controller
or request
type tests to have access to the sign_in
and sign_out
helpers.
As of , the Devise::TestHelpers
have been deprecated. The Devise::Test::ControllerHelpers
module should instead be included.