Sha256: 11b98fdfb014d59df1c71f5e02204ec9fc7a70feccfe5b46a9fbfd2d27f558b1

Contents?: true

Size: 204 Bytes

Versions: 9

Compression:

Stored size: 204 Bytes

Contents

require 'rubygems'
require 'rspec'
require 'rspec/autorun'
require 'rack/test'
require 'webmock/rspec'

include Rack::Test::Methods
include WebMock

require 'omniauth_crowd'

WebMock.disable_net_connect!

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
omniauth_crowd-2.2.2 spec/spec_helper.rb
omniauth_crowd-2.2.1 spec/spec_helper.rb
omniauth_crowd-2.2.0 spec/spec_helper.rb
omniauth_crowd-2.1.3 spec/spec_helper.rb
omniauth_crowd-2.1.2 spec/spec_helper.rb
omniauth_crowd-2.1.1 spec/spec_helper.rb
omniauth_crowd-2.1.0 spec/spec_helper.rb
omniauth_crowd-2.0.1 spec/spec_helper.rb
omniauth_crowd-2.0.0 spec/spec_helper.rb