Skip to content

Commit

Permalink
Fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Rodriguez committed Sep 12, 2016
1 parent d58f1f8 commit e8d07bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
require 'pullreview/coverage_reporter'

## Configure SimpleCov
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([
SimpleCov::Formatter::HTMLFormatter,
CodeClimate::TestReporter::Formatter,
PullReview::Coverage::Formatter
]
])

## Start Simplecov
SimpleCov.start do
Expand Down

0 comments on commit e8d07bc

Please sign in to comment.