diff options
author | bronzdoc <[email protected]> | 2019-08-18 14:57:41 -0600 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2019-09-05 18:42:56 +0900 |
commit | a02da1012bb391ae01affac7454ea28996fd7dbf () | |
tree | 87315c1f855573e776e92c039eae3ac328bd2f7a /test/rubygems/test_gem_commands_build_command.rb | |
parent | bcf51dd76332bc28ee75494c51828a36774ff99f (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.rb | 39 |
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 |