Skip to content
This repository has been archived by the owner on Jan 27, 2019. It is now read-only.

Commit

Permalink
added environment variable around simplecov (which seems to be killin…
Browse files Browse the repository at this point in the history
…g the tddium build)
  • Loading branch information
markryall committed Nov 18, 2012
1 parent b70c352 commit ddad8d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions features/support/env.rb
@@ -1,5 +1,7 @@
require 'simplecov'
SimpleCov.start 'rails'
if ENV['COVERAGE']
require 'simplecov'
SimpleCov.start 'rails'
end

# IMPORTANT: This file is generated by cucumber-rails - edit at your own peril.
# It is recommended to regenerate this file in the future when you upgrade to a
Expand Down

0 comments on commit ddad8d2

Please sign in to comment.