We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db87f8d commit bcdd1ccCopy full SHA for bcdd1cc
test/test_helper.rb
@@ -2,10 +2,6 @@
2
3
begin
4
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'
9
AppCoverage.start
10
rescue LoadError
11
STDERR.puts 'Running without SimpleCov'
0 commit comments