Sha256: a92c845bce2697d530a2d8ed34b5eb68a1a7360a2c0cc69ac934f96358c933e7
Contents?: true
Size: 402 Bytes
Versions: 1
Compression:
Stored size: 402 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-miso' RSpec.configure do |config| config.include WebMock::API config.include Rack::Test::Methods config.extend OmniAuth::Test::StrategyMacros, :type => :strategy end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-miso-0.0.2 | spec/spec_helper.rb |