Sha256: c7973ff37252434aecd0dfc25efdb505b034f4100b9bc9b8b9434f8cf2f40d31

Contents?: true

Size: 470 Bytes

Versions: 4

Compression:

Stored size: 470 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-bonnier-oauth2'
RSpec.configure do |config|
  config.include WebMock::API
  config.include Rack::Test::Methods
  config.extend OmniAuth::Test::StrategyMacros, :type => :strategy
  config.expect_with :rspec do |c|
  c.syntax = :expect
end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
omniauth-bonnier-oauth2-1.2.2 spec/spec_helper.rb
omniauth-bonnier-oauth2-1.2.0 spec/spec_helper.rb
omniauth-bonnier-oauth2-1.1.0 spec/spec_helper.rb
omniauth-bonnier-oauth2-1.0.0 spec/spec_helper.rb