Sha256: 5eba828fda8df70eeca0ef4c28432d5a4f1ac3fdd7cf2ae5f0fffbacce905519

Contents?: true

Size: 549 Bytes

Versions: 3

Compression:

Stored size: 549 Bytes

Contents

$LOAD_PATH.unshift File.expand_path("..", __FILE__)
$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
require "simplecov"
SimpleCov.start do
  minimum_coverage(89.79)
end
require "rspec"
require "rack/test"
require "webmock/rspec"
require "omniauth"
require "omniauth-oauth"

OmniAuth.config.request_validation_phase = nil

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

OmniAuth.config.logger = Logger.new("/dev/null")

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
omniauth-oauth-1.2.1 spec/helper.rb
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/omniauth-oauth-1.2.0/spec/helper.rb
omniauth-oauth-1.2.0 spec/helper.rb