summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_commands_build_command.rb
diff options
context:
space:
mode:
authorbronzdoc <[email protected]>2019-08-18 14:57:41 -0600
committerHiroshi SHIBATA <[email protected]>2019-09-05 18:42:56 +0900
commita02da1012bb391ae01affac7454ea28996fd7dbf ()
tree87315c1f855573e776e92c039eae3ac328bd2f7a /test/rubygems/test_gem_commands_build_command.rb
parentbcf51dd76332bc28ee75494c51828a36774ff99f (diff)
[rubygems/rubygems] Build the first gemspec we found if no gemspec is specified
https://.com/rubygems/rubygems/commit/ab186266b7
-rw-r--r--test/rubygems/test_gem_commands_build_command.rb39
1 files changed, 39 insertions, 0 deletions
@@ -242,6 +242,45 @@ class TestGemCommandsBuildCommand < Gem::TestCase
util_test_build_gem @gem
end
def util_test_build_gem(gem)
use_ui @ui do
Dir.chdir @tempdir do