Sha256: 67672a484975b6c4bfc1ded77ba7faa1eb0a112e757e682e9a19256e55b824cf
Contents?: true
Size: 367 Bytes
Versions: 2
Compression:
Stored size: 367 Bytes
Contents
$:.unshift File.expand_path('..', __FILE__) $:.unshift File.expand_path('../../lib', __FILE__) require 'rspec' require 'rack/test' require 'webmock/rspec' require 'omniauth' require 'omniauth-namba' RSpec.configure do |config| config.include WebMock::API config.include Rack::Test::Methods config.extend OmniAuth::Test::StrategyMacros, :type => :strategy end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
omniauth-namba-1.0.0 | spec/spec_helper.rb |
omniauth-namba-0.0.1 | spec/spec_helper.rb |