Merge branch 'use-new-codeclimate-test-reporter' into registry-660

This commit is contained in:
Artur Beljajev 2018-01-28 21:52:03 +02:00
commit a39dd9cc0c
5 changed files with 23 additions and 18 deletions

View file

@ -1,11 +1,12 @@
if ENV['COVERAGE']
require 'simplecov'
SimpleCov.command_name 'spec'
SimpleCov.start 'rails'
end
require 'webmock/rspec'
WebMock.disable_net_connect!(allow_localhost: true)
if ENV['TRAVIS']
require 'simplecov'
SimpleCov.start
end
RSpec.configure do |config|
# rspec-expectations config goes here. You can use an alternate
# assertion/expectation library such as wrong or the stdlib/minitest