Sha256: 5a04a090823768ace0190c7ddf572100d2449834c360c479675e4104cce0acad

Contents?: true

Size: 202 Bytes

Versions: 24

Compression:

Stored size: 202 Bytes

Contents

module ConfigurationHelpers
  def allow_bypass_sign_in
    Spree::Auth::Config.set(signout_after_password_change: false)
  end
end

RSpec.configure do |config|
  config.include ConfigurationHelpers
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
spree_auth_devise-4.5.0 spec/support/configuration_helpers.rb
spree_auth_devise-4.4.2 spec/support/configuration_helpers.rb
spree_auth_devise-4.0.1 spec/support/configuration_helpers.rb
spree_auth_devise-4.1.1 spec/support/configuration_helpers.rb
spree_auth_devise-4.2.1 spec/support/configuration_helpers.rb
spree_auth_devise-4.4.1 spec/support/configuration_helpers.rb
spree_auth_devise-4.4.0 spec/support/configuration_helpers.rb
spree_auth_devise-4.3.4 spec/support/configuration_helpers.rb
spree_auth_devise-4.3.3 spec/support/configuration_helpers.rb
spree_auth_devise-4.3.2 spec/support/configuration_helpers.rb
spree_auth_devise-4.3.1 spec/support/configuration_helpers.rb
spree_auth_devise-4.3.0 spec/support/configuration_helpers.rb
spree_auth_devise-4.2.0 spec/support/configuration_helpers.rb
spree_auth_devise-4.1.0 spec/support/configuration_helpers.rb
spree_auth_devise-4.1.0.rc1 spec/support/configuration_helpers.rb
spree_auth_devise-4.0.0 spec/support/configuration_helpers.rb
spree_auth_devise-4.0.0.rc2 spec/support/configuration_helpers.rb
spree_auth_devise-4.0.0.rc1 spec/support/configuration_helpers.rb
spree_auth_devise-3.5.2 spec/support/configuration_helpers.rb
spree_auth_devise-3.5.1 spec/support/configuration_helpers.rb