зеркало из https://github.com/github/ruby.git
[rubygems/rubygems] bin/rubocop -A --only Layout/SpaceBeforeFirstArg
https://github.com/rubygems/rubygems/commit/cfcc33d480
This commit is contained in:
Родитель
888a8f4318
Коммит
983ca8e9c9
|
@ -198,7 +198,7 @@ class TestGemDependencyInstaller < Gem::TestCase
|
|||
Gem::Specification.reset
|
||||
|
||||
FileUtils.mv @a1_gem, @tempdir
|
||||
FileUtils.mv a2_gem, @tempdir # not in index
|
||||
FileUtils.mv a2_gem, @tempdir # not in index
|
||||
FileUtils.mv @b1_gem, @tempdir
|
||||
inst = nil
|
||||
|
||||
|
@ -237,7 +237,7 @@ class TestGemDependencyInstaller < Gem::TestCase
|
|||
Gem::Specification.reset
|
||||
|
||||
FileUtils.mv @a1_gem, @tempdir
|
||||
FileUtils.mv a2_gem, @tempdir # not in index
|
||||
FileUtils.mv a2_gem, @tempdir # not in index
|
||||
FileUtils.mv @b1_gem, @tempdir
|
||||
FileUtils.mv a3_gem, @tempdir
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче