spec/support/devise.rb in devise_g5_authenticatable-0.1.3 vs spec/support/devise.rb in devise_g5_authenticatable-0.2.0

- old
+ new

@@ -2 +1,2 @@ RSpec.configure do |config| + config.before(:each) { Devise.g5_strict_token_validation = false } config.include Devise::TestHelpers, type: :controller