diff options
-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| |