From d6ec12417a1d554825a291dae10e8508a0cbbd06 Mon Sep 17 00:00:00 2001 From: hsbt Date: Fri, 20 Jul 2018 02:24:59 +0000 Subject: Promote Shell library to default gems. * doc/*: Move entry to default gems category from standard library. * lib/shell/*: Added `Shell::VERSION` and re-used it with @RELEASE_VERSION. * test/shell/test_command_processor.rb: added missing require for test library. * tool/sync_default_gems.rb: Support shell library. We need to ignore shellwords.rb when syncing shell* files. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64004 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/shell/test_command_processor.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/shell/test_command_processor.rb b/test/shell/test_command_processor.rb index 06b5ecc1d9..d0bcf8e349 100644 --- a/test/shell/test_command_processor.rb +++ b/test/shell/test_command_processor.rb @@ -1,4 +1,5 @@ # frozen_string_literal: false +require 'test/unit' require 'shell' require 'tmpdir' -- cgit v1.2.3