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