diff options
author | David RodrÃguez <[email protected]> | 2023-03-02 18:17:24 +0100 |
---|---|---|
committer | git <[email protected]> | 2023-03-02 21:13:12 +0000 |
commit | 446708409809e4164420f7ae842f0b97928fa3dd (patch) | |
tree | 042edec9bb9a76ea92c4ed7cbeee23c8aceea0e2 | |
parent | 02ee8cb06a73d55fff141cc93432c4f0f452c642 (diff) |
[rubygems/rubygems] Enable `Layout/DefEndAlignment`
https://github.com/rubygems/rubygems/commit/4403613fae
-rw-r--r-- | test/rubygems/test_gem_commands_exec_command.rb | 2 |
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| |