Commit db4c3e58bca67bf773d9fe3e73acd6b687498334
1 parent
ed2b53cd
Exists in
master
and in
4 other branches
Don't run SimpleCov on Travis
Showing
2 changed files
with
8 additions
and
4 deletions
Show diff stats
features/support/env.rb
spec/spec_helper.rb
1 | -require 'simplecov' | ||
2 | -SimpleCov.start 'rails' | 1 | +unless ENV['CI'] |
2 | + require 'simplecov' | ||
3 | + SimpleCov.start 'rails' | ||
4 | +end | ||
3 | 5 | ||
4 | # This file is copied to spec/ when you run 'rails generate rspec:install' | 6 | # This file is copied to spec/ when you run 'rails generate rspec:install' |
5 | ENV["RAILS_ENV"] ||= 'test' | 7 | ENV["RAILS_ENV"] ||= 'test' |