summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_commands_build_command.rb
diff options
context:
space:
mode:
authorbronzdoc <[email protected]>2019-08-18 15:19:52 -0600
committerHiroshi SHIBATA <[email protected]>2019-09-05 18:43:04 +0900
commit6cacbf542caa9954bf760dd10a6ae3c92c9f15e4 ()
tree6ff9c2e79a7ea57e6d8b0100a0e4a7e673b82d04 /test/rubygems/test_gem_commands_build_command.rb
parenta02da1012bb391ae01affac7454ea28996fd7dbf (diff)
[rubygems/rubygems] Test building a gem with multiple gemspec without a gem name specified
https://.com/rubygems/rubygems/commit/38c72fd145
-rw-r--r--test/rubygems/test_gem_commands_build_command.rb59
1 files changed, 59 insertions, 0 deletions
@@ -281,6 +281,65 @@ class TestGemCommandsBuildCommand < Gem::TestCase
assert File.exist?(some_gem)
end
def util_test_build_gem(gem)
use_ui @ui do
Dir.chdir @tempdir do