1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Enable Style/MethodCallWithoutArgsParentheses in rubygems

This commit is contained in:
David Rodríguez 2020-06-03 16:54:21 +02:00 committed by Hiroshi SHIBATA
parent 77ba8a1d61
commit cfcb52fbe3
Notes: git 2020-06-05 07:33:33 +09:00

View file

@ -23,7 +23,7 @@ class TestGemCommandsSigninCommand < Gem::TestCase
end
def test_execute_when_not_already_signed_in
sign_in_ui = util_capture() { @cmd.execute }
sign_in_ui = util_capture { @cmd.execute }
assert_match %r{Signed in.}, sign_in_ui.output
end