We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc7b20 commit eb11b40Copy full SHA for eb11b40
test/rubygems/test_gem_version.rb
@@ -164,7 +164,7 @@ def test_spaceship
164
assert_equal(cmp, v("1.9.3") <=> string_ver)
165
end
166
assert_empty actual_stdout
167
- assert_match /comparing version objects with strings is deprecated and will be removed/, actual_stderr
+ assert_match(/comparing version objects with strings is deprecated and will be removed/, actual_stderr)
168
169
170
0 commit comments