Sha256: 5feb5c87538fd02ce8682ec34a7522fbf44b21ee076b21897134607825b56c9f
Contents?: true
Size: 360 Bytes
Versions: 5
Compression:
Stored size: 360 Bytes
Contents
$:.unshift File.expand_path('..', __FILE__) $:.unshift File.expand_path('../../lib', __FILE__) require 'rspec' require 'rack/test' require 'faker' require 'auth0' Dir[("./lib/**/*.rb")].each { |f| require f } Dir[("./spec/support/**/*.rb")].each { |f| require f } RSpec.configure do |config| config.include Rack::Test::Methods config.fail_fast = true end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
auth0-3.6.1 | spec/spec_helper_unit.rb |
auth0-3.6.0 | spec/spec_helper_unit.rb |
auth0-3.5.0 | spec/spec_helper_unit.rb |
auth0-3.4.0 | spec/spec_helper_unit.rb |
auth0-3.3.0 | spec/spec_helper_unit.rb |