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:
parent
77ba8a1d61
commit
cfcb52fbe3
Notes:
git
2020-06-05 07:33:33 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue