summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_commands_build_command.rb
diff options
context:
space:
mode:
authorJohn Hong <[email protected]>2023-08-17 22:06:37 -0400
committergit <[email protected]>2023-08-18 16:42:49 +0000
commit744bc4d5d0df32056d5352ed49ae504f6a031e78 ()
tree0c4429d8f85b214b706bbe1c488b7bef41f9438c /test/rubygems/test_gem_commands_build_command.rb
parent4524aeba2f181df08b68587da140becd2dfa389f (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.rb3
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