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:
parent
5d4c79fb13
commit
3aa74d40df
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue