зеркало из https://github.com/github/ruby.git
[rubygems/rubygems] Move constant to the proper place
https://github.com/rubygems/rubygems/commit/9f08241d01
This commit is contained in:
Родитель
ae7d609456
Коммит
f445d54f91
|
@ -11,8 +11,6 @@ module Spec
|
|||
include Spec::Options
|
||||
include Spec::Subprocess
|
||||
|
||||
class TimeoutExceeded < StandardError; end
|
||||
|
||||
def reset!
|
||||
Dir.glob("#{tmp}/{gems/*,*}", File::FNM_DOTMATCH).each do |dir|
|
||||
next if %w[base base_system remote1 rubocop standard gems rubygems . ..].include?(File.basename(dir))
|
||||
|
|
|
@ -4,6 +4,8 @@ require_relative "command_execution"
|
|||
|
||||
module Spec
|
||||
module Subprocess
|
||||
class TimeoutExceeded < StandardError; end
|
||||
|
||||
def command_executions
|
||||
@command_executions ||= []
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче