everydayrails / everydayrails-rspec-2017

Sample source for the 2017 edition of Everyday Rails Testing with RSpec.
http://rspectutorial.com
312 stars 247 forks source link

Chapter 8 devise feature helper has new way to include #77

Closed YaEvan closed 6 years ago

YaEvan commented 6 years ago

RSpec.configure do |config| config.include Devise::Test::IntegrationHelpers, type: :feature end

helper method changed to "sign_in" and "sign_out"

https://github.com/plataformatec/devise#integration-tests https://github.com/plataformatec/devise/blob/master/lib/devise/test/integration_helpers.rb

ruralocity commented 6 years ago

Thanks, fixed for the next release.

ruralocity commented 6 years ago

Released!