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