mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
start simplecov only with travis
This commit is contained in:
parent
7a56d74f91
commit
40246bf081
3 changed files with 4 additions and 9 deletions
|
@ -1,6 +1,8 @@
|
|||
require 'webmock/rspec'
|
||||
require 'simplecov'
|
||||
SimpleCov.start
|
||||
if ENV['TRAVIS']
|
||||
require 'simplecov'
|
||||
SimpleCov.start
|
||||
end
|
||||
|
||||
|
||||
RSpec.configure do |config|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue