1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Revert "spec/helper.rb: remove the SimpleCov's relics"

This reverts commit 5d4c79fb13.

Whoops, my bad, SimpleCov *is* actually still present.
This commit is contained in:
Kyrylo Silin 2014-05-30 23:43:25 +03:00
parent 5d4c79fb13
commit 3aa74d40df

View file

@ -5,6 +5,11 @@ require_relative 'spec_helpers/bacon'
require_relative 'spec_helpers/mock_pry'
require_relative 'spec_helpers/repl_tester'
if ENV["COVERAGE"]
require "simplecov"
SimpleCov.start
end
class Module
public :remove_const
public :remove_method