Sha256: beb86603f4155c6e9e639ef3a895cd88ffcb810cfed3b14744f40b558eeeacd2

Contents?: true

Size: 403 Bytes

Versions: 5

Compression:

Stored size: 403 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-appnet'

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
omniauth-appnet-0.1.0 spec/spec_helper.rb
omniauth-appnet-0.0.5 spec/spec_helper.rb
omniauth-appnet-0.0.4 spec/spec_helper.rb
omniauth-appnet-0.0.3 spec/spec_helper.rb
omniauth-appnet-0.0.1 spec/spec_helper.rb