From 446708409809e4164420f7ae842f0b97928fa3dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Thu, 2 Mar 2023 18:17:24 +0100 Subject: [PATCH] [rubygems/rubygems] Enable `Layout/DefEndAlignment` https://github.com/rubygems/rubygems/commit/4403613fae --- test/rubygems/test_gem_commands_exec_command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/rubygems/test_gem_commands_exec_command.rb b/test/rubygems/test_gem_commands_exec_command.rb index bd67bbe46c..097ada3076 100644 --- a/test/rubygems/test_gem_commands_exec_command.rb +++ b/test/rubygems/test_gem_commands_exec_command.rb @@ -78,7 +78,7 @@ class TestGemCommandsExecCommand < Gem::TestCase } end @cmd.invoke "--gem", "cocoapods", "-v", "> 1", "--version", "< 1.3", "--verbose", "--", "pod", "install", "--no-color", "--help", "--verbose" - end + end def test_single_arg_parsing @cmd.when_invoked do |options|