Skip to content

Commit 72c73b5

Browse files
committed
Remove code usages of simplecov
1 parent 4cf6c5a commit 72c73b5

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

spec/spec_helper.rb

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
require 'coveralls'
22
require 'codeclimate-test-reporter'
3-
require 'simplecov'
4-
5-
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new(
6-
[
7-
Coveralls::SimpleCov::Formatter,
8-
SimpleCov::Formatter::HTMLFormatter,
9-
CodeClimate::TestReporter::Formatter
10-
]
11-
)
12-
13-
SimpleCov.start
143

154
require 'rubygems'
165
require 'bundler'

0 commit comments

Comments
 (0)