Sha256: 3b7c3b23d21b7027e61d10178d515067d6a5fc1f6afd1d8f73b2a5f29590f87d

Contents?: true

Size: 407 Bytes

Versions: 2

Compression:

Stored size: 407 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-geeklist'

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
omniauth-geeklist-0.0.3 spec/spec_helper.rb
omniauth-geeklist-0.0.1 spec/spec_helper.rb