Sha256: 401a9408f1c0d6d52079619ea5a83341bdd54ae049d1ea4b9114e3ef1aea9132
Contents?: true
Size: 400 Bytes
Versions: 1
Compression:
Stored size: 400 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-toshl' 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-toshl-0.0.1 | spec/spec_helper.rb |