Skip to content

Commit bcdd1cc

Browse files
committed
Remove dead code preventing simplecov from running
1 parent db87f8d commit bcdd1cc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/test_helper.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
begin
44
require 'simplecov'
5-
# HACK: till https://github.com/colszowka/simplecov/pull/400 is merged and released.
6-
# Otherwise you may get:
7-
# simplecov-0.10.0/lib/simplecov/defaults.rb:50: warning: global variable `$ERROR_INFO' not initialized
8-
require 'support/simplecov'
95
AppCoverage.start
106
rescue LoadError
117
STDERR.puts 'Running without SimpleCov'

0 commit comments

Comments
 (0)