From 92a619ad28ae380e5c88c1784bb92f91a7c55bb1 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 7 Jan 2013 22:22:35 +0200 Subject: organize simplecov --- features/support/env.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'features/support/env.rb') diff --git a/features/support/env.rb b/features/support/env.rb index 1f75d84954a..72531718e0c 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -1,7 +1,4 @@ -unless ENV['CI'] - require 'simplecov' - SimpleCov.start 'rails' -end +require 'simplecov' unless ENV['CI'] ENV['RAILS_ENV'] = 'test' require './config/environment' -- cgit v1.2.1