Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update simplecov to version 0.9.0
  • Loading branch information
sferik committed Jul 18, 2014
1 parent 6e9173d commit 13bff3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -161,7 +161,7 @@ GEM
sass (~> 3.2.0)
sprockets (~> 2.8, <= 2.11.0)
sprockets-rails (~> 2.0)
simplecov (0.8.2)
simplecov (0.9.0)
docile (~> 1.1.0)
multi_json
simplecov-html (~> 0.8.0)
Expand Down
5 changes: 1 addition & 4 deletions test/test_helper.rb
Expand Up @@ -3,10 +3,7 @@
require 'simplecov'
require 'coveralls'

SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
SimpleCov::Formatter::HTMLFormatter,
Coveralls::SimpleCov::Formatter,
]
SimpleCov.formatters = [SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter]
SimpleCov.start('rails')

require File.expand_path('../../config/environment', __FILE__)
Expand Down

0 comments on commit 13bff3b

Please sign in to comment.