Skip to content

Commit eb11b40

Browse files
hsbtmatzbot
authored andcommitted
[ruby/rubygems] bin/rubocop -a
ruby/rubygems@fbf6fb667e
1 parent bcc7b20 commit eb11b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rubygems/test_gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def test_spaceship
164164
assert_equal(cmp, v("1.9.3") <=> string_ver)
165165
end
166166
assert_empty actual_stdout
167-
assert_match /comparing version objects with strings is deprecated and will be removed/, actual_stderr
167+
assert_match(/comparing version objects with strings is deprecated and will be removed/, actual_stderr)
168168
end
169169
end
170170

0 commit comments

Comments
 (0)