Sha256: d54b58411e93eefc4a1ee91f235170288b23944afb01316523aae514999148b7

Contents?: true

Size: 500 Bytes

Versions: 7

Compression:

Stored size: 500 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.8)
end
require "rspec"
require "rack/test"
require "webmock/rspec"
require "omniauth"
require "omniauth-oauth"

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

7 entries across 5 versions & 2 rubygems

Version Path
tdiary-5.0.8 vendor/bundle/gems/omniauth-oauth-1.1.0/spec/helper.rb
tdiary-5.0.5 vendor/bundle/gems/omniauth-oauth-1.1.0/spec/helper.rb
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.4/vendor/bundle/gems/omniauth-oauth-1.1.0/spec/helper.rb
tdiary-5.0.4 vendor/bundle/gems/omniauth-oauth-1.1.0/spec/helper.rb
tdiary-4.2.1 vendor/bundle/ruby/2.3.0/gems/omniauth-oauth-1.1.0/spec/helper.rb
tdiary-4.2.1 vendor/bundle/ruby/2.2.0/gems/omniauth-oauth-1.1.0/spec/helper.rb
omniauth-oauth-1.1.0 spec/helper.rb