Skip to content

Commit

Permalink
Enable Style/MethodCallWithoutArgsParentheses in rubygems
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored and hsbt committed Jun 4, 2020
1 parent 77ba8a1 commit cfcb52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rubygems/test_gem_commands_signin_command.rb
Expand Up @@ -23,7 +23,7 @@ def teardown
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

Expand Down

0 comments on commit cfcb52f

Please sign in to comment.