Skip to content

Commit

Permalink
Add simplecov config
Browse files Browse the repository at this point in the history
CI build was broken because simplecov/rcov data wasn't being generated.
  • Loading branch information
jamiecobbett committed Feb 12, 2013
1 parent 9d2aac2 commit 15980b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .simplecov
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
require 'simplecov-rcov'

SimpleCov.start 'rails'
SimpleCov.formatter = SimpleCov::Formatter::RcovFormatter

0 comments on commit 15980b4

Please sign in to comment.