spec/spec_helper.rb in gh-preview-1.0.1 vs spec/spec_helper.rb in gh-preview-1.0.2
- old
+ new
@@ -5,13 +5,12 @@
require 'capybara/rspec'
require 'codeclimate-test-reporter'
require 'support/helper'
## Configure SimpleCov
-SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
+SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([
SimpleCov::Formatter::HTMLFormatter,
- CodeClimate::TestReporter::Formatter
-]
+])
## Start Simplecov
SimpleCov.start do
add_filter '/spec/'
end