From bcdd1ccdd504565f21a83146fe9f3e0c3ef0f197 Mon Sep 17 00:00:00 2001 From: Benjamin Fleischer Date: Wed, 16 Mar 2016 21:31:02 -0500 Subject: [PATCH] Remove dead code preventing simplecov from running --- test/test_helper.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index 4a6950d3..9062c342 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -2,10 +2,6 @@ require 'bundler/setup' begin require 'simplecov' - # HACK: till https://github.com/colszowka/simplecov/pull/400 is merged and released. - # Otherwise you may get: - # simplecov-0.10.0/lib/simplecov/defaults.rb:50: warning: global variable `$ERROR_INFO' not initialized - require 'support/simplecov' AppCoverage.start rescue LoadError STDERR.puts 'Running without SimpleCov'