Skip to content

Commit

Permalink
update simplecov in spec helper
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshafer committed Feb 16, 2016
1 parent 1835d95 commit 3657d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
@@ -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 3657d3f

Please sign in to comment.