Skip to content

Commit

Permalink
Merge pull request #94 from deepj/simplecov-deprecation
Browse files Browse the repository at this point in the history
Fix SimpleCov deprecation message
  • Loading branch information
Trung Lê committed Feb 21, 2016
2 parents 195dd10 + 42e5076 commit 259a047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
require 'simplecov'
require 'coveralls'

SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([
SimpleCov.formatters = [
SimpleCov::Formatter::HTMLFormatter,
Coveralls::SimpleCov::Formatter
])
]

SimpleCov.start do
command_name 'test'
Expand Down

0 comments on commit 259a047

Please sign in to comment.