summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <[email protected]>2023-03-02 18:17:24 +0100
committergit <[email protected]>2023-03-02 21:13:12 +0000
commit446708409809e4164420f7ae842f0b97928fa3dd (patch)
tree042edec9bb9a76ea92c4ed7cbeee23c8aceea0e2
parent02ee8cb06a73d55fff141cc93432c4f0f452c642 (diff)
[rubygems/rubygems] Enable `Layout/DefEndAlignment`
https://github.com/rubygems/rubygems/commit/4403613fae
-rw-r--r--test/rubygems/test_gem_commands_exec_command.rb2
1 files changed, 1 insertions, 1 deletions
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|