summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
Diffstat (limited to 'features')
-rw-r--r--features/support/env.rb5
1 files changed, 5 insertions, 0 deletions
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'