Sha256: 4776b9940a3b669a1b16e02c742bb640b7e2a2294e42f269893aee17a35db6ea

Contents?: true

Size: 313 Bytes

Versions: 14

Compression:

Stored size: 313 Bytes

Contents

$:.unshift File.expand_path('..', __FILE__)
$:.unshift File.expand_path('../../lib', __FILE__)
require 'rspec'
require 'rack/test'
require 'omniauth'
require 'omniauth-ldap'

RSpec.configure do |config|
  config.include Rack::Test::Methods
  config.extend  OmniAuth::Test::StrategyMacros, :type => :strategy
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
gitlab_omniauth-ldap-2.2.0 spec/spec_helper.rb
gitlab_omniauth-ldap-2.1.1 spec/spec_helper.rb
gitlab_omniauth-ldap-2.1.0 spec/spec_helper.rb
gitlab_omniauth-ldap-2.0.4 spec/spec_helper.rb
gitlab_omniauth-ldap-2.0.3 spec/spec_helper.rb
gitlab_omniauth-ldap-2.0.2 spec/spec_helper.rb
gitlab_omniauth-ldap-2.0.1 spec/spec_helper.rb
gitlab_omniauth-ldap-2.0.0 spec/spec_helper.rb
gitlab_omniauth-ldap-1.2.1 spec/spec_helper.rb
gitlab_omniauth-ldap-1.2.0 spec/spec_helper.rb
gitlab_omniauth-ldap-1.1.0 spec/spec_helper.rb
gitlab_omniauth-ldap-1.0.4 spec/spec_helper.rb
gitlab_omniauth-ldap-1.0.3 spec/spec_helper.rb
gitlab_omniauth-ldap-1.0.2 spec/spec_helper.rb