Sha256: a8ad0fb7b70263518dbea5165b6d2a3ec3435896cfae946011e4b619bf78dea3
Contents?: true
Size: 507 Bytes
Versions: 1
Compression:
Stored size: 507 Bytes
Contents
$:.unshift File.expand_path('..', __FILE__) $:.unshift File.expand_path('../../lib', __FILE__) require 'simplecov' SimpleCov.start do minimum_coverage(94.59) end require 'rspec' require 'rack/test' require 'webmock/rspec' require 'omniauth' require 'omniauth-eauth-oauth2' 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-eauth-oauth2-1.0.1.ens | spec/spec_helper.rb |