simplecov and codeclimate-test-reporter

This commit is contained in:
Georg Kahest 2017-04-09 21:08:27 +03:00
parent e7e3fa8ee2
commit 6bc6e3f51d
4 changed files with 14 additions and 2 deletions

View file

@ -1,4 +1,7 @@
require 'webmock/rspec'
require 'simplecov'
SimpleCov.start
RSpec.configure do |config|
# https://github.com/rspec/rspec-rails/issues/1076