Sha256: afb5692d81f8be82a16c635efac46e789fed5fa10d953c4cab36b85b943d305e
Contents?: true
Size: 468 Bytes
Versions: 3
Compression:
Stored size: 468 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-amazon' 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
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
omniauth-amazon-oauth2-1.1.1 | spec/spec_helper.rb |
omniauth-amazon-1.0.1 | spec/spec_helper.rb |
omniauth-amazon-1.0.0 | spec/spec_helper.rb |