Sha256: dcd5b6d5d18bb68865bfe16047199195a77bd30b318f3ad3e4aaab8403e9e342

Contents?: true

Size: 461 Bytes

Versions: 4

Compression:

Stored size: 461 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-auth0'

RSpec.configure do |config|
  config.include	WebMock::API
  config.include	Rack::Test::Methods
  config.extend		OmniAuth::Test::StrategyMacros, :type => :strategy
  config.color = true
  config.formatter = 'documentation'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
omniauth-auth0-1.4.2 spec/spec_helper.rb
omniauth-auth0-1.4.1 spec/spec_helper.rb
omniauth-auth0-1.4.0 spec/spec_helper.rb
omniauth-auth0-1.3.0 spec/spec_helper.rb