Sha256: 4d041833756d3d4e2ca8523c949392a3ea0aa5d6d3d0a46a7bc570dce49ee3a3

Contents?: true

Size: 480 Bytes

Versions: 6

Compression:

Stored size: 480 Bytes

Contents

$:.unshift File.expand_path('..', __FILE__)
$:.unshift File.expand_path('../../lib', __FILE__)
require 'simplecov'
SimpleCov.start do
  add_filter "/spec/"
end
require 'rspec'
require 'rack/test'
require 'webmock/rspec'
require 'byebug'
require 'auth0'
Dir[("./lib/**/*.rb")].each { |f| require f }
Dir[("./spec/support/**/*.rb")].each { |f| require f }
RSpec.configure do |config|
  config.include	WebMock::API
  config.include	Rack::Test::Methods
#  config.fail_fast = true
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
auth0-3.2.0 spec/spec_helper.rb
auth0-3.1.2 spec/spec_helper.rb
auth0-3.1.1 spec/spec_helper.rb
auth0-3.1.0 spec/spec_helper.rb
auth0-3.0.0 spec/spec_helper.rb
auth0-ruby-0.10 spec/spec_helper.rb