Skip to content
This repository has been archived by the owner on Oct 12, 2018. It is now read-only.

Commit

Permalink
Also check coverage in Cucumber.
Browse files Browse the repository at this point in the history
  • Loading branch information
threedaymonk committed Apr 26, 2012
1 parent 2fb8134 commit 73f8a28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions features/support/env.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
require 'simplecov'
require 'simplecov-rcov'
SimpleCov.start 'rails'
SimpleCov.formatter = SimpleCov::Formatter::RcovFormatter

# 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
# newer version of cucumber-rails. Consider adding your own code to a new file
Expand Down

0 comments on commit 73f8a28

Please sign in to comment.