From bcf51dd76332bc28ee75494c51828a36774ff99f Mon Sep 17 00:00:00 2001 From: bronzdoc Date: Sun, 18 Aug 2019 14:04:08 -0600 Subject: [rubygems/rubygems] Improve gemspec assignment and error message https://github.com/rubygems/rubygems/commit/dc70c5a192 --- test/rubygems/test_gem_commands_build_command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rubygems/test_gem_commands_build_command.rb') diff --git a/test/rubygems/test_gem_commands_build_command.rb b/test/rubygems/test_gem_commands_build_command.rb index 58fc9648bf..6d44d48c13 100644 --- a/test/rubygems/test_gem_commands_build_command.rb +++ b/test/rubygems/test_gem_commands_build_command.rb @@ -189,7 +189,7 @@ class TestGemCommandsBuildCommand < Gem::TestCase end assert_equal '', @ui.output - assert_equal "ERROR: Gemspec file not found: some_gem\n", @ui.error + assert_equal "ERROR: Gemspec file not found: some_gem.gemspec\n", @ui.error end def test_execute_outside_dir -- cgit v1.2.3