diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-07 22:22:35 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-07 22:23:13 +0200 |
commit | 92a619ad28ae380e5c88c1784bb92f91a7c55bb1 (patch) | |
tree | 1b7c1becbed6322537d0c005f63e9a9df124fc14 /spec/spec_helper.rb | |
parent | 71c8801eefd64d4b2e2f37205b1a5415e3c5bf93 (diff) | |
download | gitlab-ce-92a619ad28ae380e5c88c1784bb92f91a7c55bb1.tar.gz |
organize simplecov
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index a1331fa79db..edabcc33625 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,7 +1,4 @@ -unless ENV['CI'] - require 'simplecov' - SimpleCov.start 'rails' -end +require 'simplecov' unless ENV['CI'] # This file is copied to spec/ when you run 'rails generate rspec:install' ENV["RAILS_ENV"] ||= 'test' |