Sha256: 8f251b800a7819dd2e28900a915a670478b150467daf3af46f16a17c84c1fc14
Contents?: true
Size: 478 Bytes
Versions: 1
Compression:
Stored size: 478 Bytes
Contents
$LOAD_PATH.unshift File.expand_path("..", __FILE__) $LOAD_PATH.unshift File.expand_path("../../lib", __FILE__) require "rspec" require "rack/test" require "webmock/rspec" require "omniauth" require "omniauth-oauth2" require "omniauth-shootproof" RSpec.configure do |config| config.expect_with :rspec do |c| c.syntax = :expect end config.extend OmniAuth::Test::StrategyMacros, :type => :strategy config.include Rack::Test::Methods config.include WebMock::API end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-shootproof-1.0.0 | spec/helper.rb |