diff options
-rw-r--r-- | test/rubygems/test_gem_commands_help_command.rb | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -22,6 +22,13 @@ class TestGemCommandsHelpCommand < Gem::TestCase end end def test_gem_help_platforms util_gem 'platforms' do |out, err| assert_match(/x86-freebsd/, out) |