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

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

It isn't included in the gemspec anymore.
This commit is contained in:
Kyrylo Silin 2014-05-30 23:05:31 +03:00
parent 513fb20d60
commit 5d4c79fb13

View file

@ -5,11 +5,6 @@ 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