Sha256: edb9e46268481492996ae7a9a7af6854f8a20882aab2fe99bd3bf995853a429b
Contents?: true
Size: 468 Bytes
Versions: 4
Compression:
Stored size: 468 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-idnet' 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
omniauth-idnet-0.0.10 | spec/spec_helper.rb |
omniauth-idnet-0.0.9 | spec/spec_helper.rb |
omniauth-idnet-0.0.8 | spec/spec_helper.rb |
omniauth-idnet-0.0.7 | spec/spec_helper.rb |