Sha256: 99aa685206013a9ba40ec3451737ac2f7f9bf22cd5849b55b6e46fd1f612f785

Contents?: true

Size: 365 Bytes

Versions: 6

Compression:

Stored size: 365 Bytes

Contents

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

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
omniauth-mlh-0.3.0 spec/spec_helper.rb
omniauth-mlh-0.2.3 spec/spec_helper.rb
omniauth-mlh-0.2.2 spec/spec_helper.rb
omniauth-mlh-0.2.1 spec/spec_helper.rb
omniauth-mlh-0.2.0 spec/spec_helper.rb
omniauth-mlh-0.1.2 spec/spec_helper.rb