spec/spec_helper_unit.rb in auth0-4.1.0 vs spec/spec_helper_unit.rb in auth0-4.4.0
- old
+ new
@@ -1,12 +1,3 @@
-$LOAD_PATH.unshift File.expand_path('..', __FILE__)
-$LOAD_PATH.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