Skip to content

Commit

Permalink
Use new SimpleCov multiple formatters standard
Browse files Browse the repository at this point in the history
  • Loading branch information
renatosnrg committed Mar 7, 2016
1 parent 55e6b0a commit 0cf88d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sendgrid-api (0.0.4)
sendgrid-api (0.0.5)
faraday (~> 0.9.2)
json (~> 1.8.3)

Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'simplecov'
require 'coveralls'

SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
SimpleCov.formatters = [
SimpleCov::Formatter::HTMLFormatter,
Coveralls::SimpleCov::Formatter
]
Expand Down

0 comments on commit 0cf88d6

Please sign in to comment.