Skip to content

Commit

Permalink
Fix warning: ::[] is deprecated. Use ::new instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Jan 8, 2017
1 parent 33d0949 commit 7c250c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .simplecov
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
require 'coveralls'

SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([
SimpleCov::Formatter::HTMLFormatter,
Coveralls::SimpleCov::Formatter
]
])
SimpleCov.start do
add_filter '/test'
end

0 comments on commit 7c250c0

Please sign in to comment.