UNPKG

310 BPlain TextView Raw
1require 'codeclimate-test-reporter'
2require 'webmock/rspec'
3CodeClimate::TestReporter.start
4
5require_relative '../../lib/environment'
6
7Dir["#{Environment::APP_ROOT}/spec/support/**/*.rb"].each { |f| require f }
8
9WebMock.disable_net_connect!(allow_localhost: true, allow: ['api.codacy.com', 'codeclimate.com'])