diff options
author | Josef Šimánek <[email protected]> | 2020-04-19 18:16:41 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-05-08 07:38:50 +0900 |
commit | 832a7b04589578b52297db6a9943e0c6c003fbfc () | |
tree | 82705b5075092a4f783c4ad6ab263cf533724d88 /test/rubygems/test_gem_commands_build_command.rb | |
parent | 856cbbdd52eaafd27c21a8f4dea7e89373667694 (diff) |
[rubygems/rubygems] Add gem build test to check for removed methods.
https://.com/rubygems/rubygems/commit/c07b9cf4f1
Notes: Merged: https://.com/ruby/ruby/pull/3087
-rw-r--r-- | test/rubygems/test_gem_commands_build_command.rb | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -127,6 +127,23 @@ class TestGemCommandsBuildCommand < Gem::TestCase util_test_build_gem @gem end def test_execute_strict_with_warnings bad_gem = util_spec 'some_bad_gem' do |s| s.files = ['README.md'] |