From de05a598b3d73a545899f26173cafbaeff474629 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sat, 5 Jan 2013 13:30:42 +0200 Subject: Update to rails 3.2.10. Use simplercov in spinach too --- features/support/env.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'features/support') diff --git a/features/support/env.rb b/features/support/env.rb index 500de0f3e20..1f75d84954a 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -1,3 +1,8 @@ +unless ENV['CI'] + require 'simplecov' + SimpleCov.start 'rails' +end + ENV['RAILS_ENV'] = 'test' require './config/environment' -- cgit v1.2.1