Skip to content

Commit

Permalink
Configure system specs to use Devise test integration helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
ruralocity committed Aug 15, 2018
1 parent d03254c commit 4714ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rails_helper.rb
Expand Up @@ -60,7 +60,7 @@
# Use Devise helpers in tests
config.include Devise::Test::ControllerHelpers, type: :controller
config.include RequestSpecHelper, type: :request
config.include Devise::Test::IntegrationHelpers, type: :feature
config.include Devise::Test::IntegrationHelpers, type: :system

# Add support for Paperclip's Shoulda matchers
config.include Paperclip::Shoulda::Matchers
Expand Down

0 comments on commit 4714ae6

Please sign in to comment.