Sha256: 1e3c9e1a851685e009c3eea37880b200f04579caf379651dd21904cee7892cc4

Contents?: true

Size: 461 Bytes

Versions: 7

Compression:

Stored size: 461 Bytes

Contents

# frozen_string_literal: true

RSpec.configure do |config|
  config.before(:each) { Devise.g5_strict_token_validation = false }

  config.include Devise::Test::ControllerHelpers, type: :controller
  config.include Devise::Test::ControllerHelpers, type: :view

  # We're only adding the integration test helpers to request specs
  # because the feature specs use the omniauth helpers instead
  config.include Devise::Test::IntegrationHelpers, type: :request
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
devise_g5_authenticatable-1.0.3 spec/support/devise.rb
devise_g5_authenticatable-1.0.2.rc.3 spec/support/devise.rb
devise_g5_authenticatable-1.0.2.rc.2 spec/support/devise.rb
devise_g5_authenticatable-1.0.2.rc.1 spec/support/devise.rb
devise_g5_authenticatable-1.0.1.rc.1 spec/support/devise.rb
devise_g5_authenticatable-1.0.0 spec/support/devise.rb
devise_g5_authenticatable-1.0.0.pre.1 spec/support/devise.rb