We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hit this page from existing links. Put in a forward to current content.
Destroyed How To: Test controllers with Rails 3 and 4 (and RSpec) (markdown)
Created How To: Test controllers with Rails 3 and 4 (and RSpec) (markdown)
Add some instructions for `ActionDispatch::IntegrationTest` (which are favored over regular controller tests)
girl is now bot
Correct devise version for inclusion of controller test helpers
Fixed Devise version that works with the described RSpec configuration.
Update reference to FactoryBot
Updated How To: Test controllers with Rails 3 and 4 (and RSpec) (markdown)
add helpful note
Fixing the version greater/less than sign for the correct helpers
Include instructions corresponding to which version numbers were reversed.
Updating according to https://github.com/plataformatec/devise/issues/4133#issuecomment-224064304
Revert dd0f3428d354494ba4cfecd084ea1e5db4d5e832...75f075adb5e343df3a365be3d5f4815a51e67d68 on How To: Test controllers with Rails 3 and 4 (and RSpec)
Devise::Test::ControllerHelpers is now Devise::TestHelpers
including `Devise::TestHelpers` is deprecated and will be removed from Devise.
Add reference to source which has latest implementation details
rewrite spec with new syntax
RSpec has changed behavior on the support folder
the name of the spec file must end with _spec