Sha256: bef9e182d5f234ac654f1fa5b412687e38ceb382db983cd640202f77f1ab6814

Contents?: true

Size: 460 Bytes

Versions: 7

Compression:

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

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

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
auth0-2.1.1 spec/spec_helper.rb
auth0-2.1.0 spec/spec_helper.rb
auth0-2.0.0 spec/spec_helper.rb
omniauth-auth0-1.0.0 spec/spec_helper.rb
auth0-1.0.0 spec/spec_helper.rb
auth0-0.1.2 spec/spec_helper.rb
auth0-0.1.1 spec/spec_helper.rb