mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 21:44:30 +02:00
[rubygems/rubygems] util/rubocop -A --only Layout/SpaceBeforeSemicolon
c92c6d8e85
This commit is contained in:
parent
4b285e5c6f
commit
f8daae91c4
1 changed files with 2 additions and 2 deletions
|
@ -105,8 +105,8 @@ class TestGemDependency < Gem::TestCase
|
||||||
|
|
||||||
def test_equals_tilde_object
|
def test_equals_tilde_object
|
||||||
o = Object.new
|
o = Object.new
|
||||||
def o.name ; "a" end
|
def o.name; "a" end
|
||||||
def o.version ; "0" end
|
def o.version; "0" end
|
||||||
|
|
||||||
assert_match dep("a"), o
|
assert_match dep("a"), o
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue