diff options
author | John Hong <[email protected]> | 2023-08-17 22:06:37 -0400 |
---|---|---|
committer | git <[email protected]> | 2023-08-18 16:42:49 +0000 |
commit | 744bc4d5d0df32056d5352ed49ae504f6a031e78 () | |
tree | 0c4429d8f85b214b706bbe1c488b7bef41f9438c /test/rubygems/test_gem_commands_build_command.rb | |
parent | 4524aeba2f181df08b68587da140becd2dfa389f (diff) |
[rubygems/rubygems] Make nil a valid license spec
https://.com/rubygems/rubygems/commit/675effb67e
-rw-r--r-- | test/rubygems/test_gem_commands_build_command.rb | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -199,7 +199,8 @@ class TestGemCommandsBuildCommand < Gem::TestCase error = @ui.error.split "\n" assert_equal "WARNING: licenses is empty, but is recommended. Use a license identifier from", error.shift - assert_equal "http://spdx.org/licenses or 'Nonstandard' for a nonstandard license.", error.shift assert_equal "WARNING: See https://guides.rubygems.org/specification-reference/ for help", error.shift assert_equal [], error |