Sha256: c7840d8757372a1765107ef635963d66e27cd48c27813900d0f7d7d762a71077

Contents?: true

Size: 405 Bytes

Versions: 14

Compression:

Stored size: 405 Bytes

Contents

$:.unshift File.expand_path('..', __FILE__)
$:.unshift File.expand_path('../../lib', __FILE__)
require 'simplecov'
SimpleCov.start
require 'rspec'
require 'rack/test'
require 'webmock/rspec'
require 'omniauth'
require 'omniauth-oauth2'

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

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
omniauth-protons-0.4.1 spec/spec_helper.rb
omniauth-protons-0.4 spec/spec_helper.rb
omniauth-protons-0.2.2 spec/spec_helper.rb
omniauth-oauth2-1.1.1 spec/spec_helper.rb
omniauth-oauth2-1.1.0 spec/spec_helper.rb
omniauth-oauth2-1.0.3 spec/spec_helper.rb
omniauth-oauth2-1.0.2 spec/spec_helper.rb
omniauth-oauth2-1.0.1 spec/spec_helper.rb
omniauth-oauth2-1.0.0 spec/spec_helper.rb
omniauth-oauth2-1.0.0.rc2 spec/spec_helper.rb
omniauth-oauth2-1.0.0.rc1 spec/spec_helper.rb
omniauth-oauth2-1.0.0.beta1 spec/spec_helper.rb
omniauth-oauth2-1.0.0.pr2 spec/spec_helper.rb
omniauth-oauth2-1.0.0.pr1 spec/spec_helper.rb