зеркало из https://github.com/github/ruby.git
[rubygems/rubygems] util/rubocop -A --only Layout/SpaceBeforeSemicolon
https://github.com/rubygems/rubygems/commit/c92c6d8e85
This commit is contained in:
Родитель
4b285e5c6f
Коммит
f8daae91c4
|
@ -105,8 +105,8 @@ class TestGemDependency < Gem::TestCase
|
|||
|
||||
def test_equals_tilde_object
|
||||
o = Object.new
|
||||
def o.name ; "a" end
|
||||
def o.version ; "0" end
|
||||
def o.name; "a" end
|
||||
def o.version; "0" end
|
||||
|
||||
assert_match dep("a"), o
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче