Skip to content

Commit

Permalink
Get rid of deprecation warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
esigler committed Mar 28, 2016
1 parent a9e060d commit ce064cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
@@ -1,6 +1,6 @@
require 'simplecov'
require 'coveralls'
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
SimpleCov.formatters = [
SimpleCov::Formatter::HTMLFormatter,
Coveralls::SimpleCov::Formatter
]
Expand Down

0 comments on commit ce064cd

Please sign in to comment.