summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_commands_build_command.rb
diff options
context:
space:
mode:
authorbronzdoc <[email protected]>2019-08-18 14:04:08 -0600
committerHiroshi SHIBATA <[email protected]>2019-09-05 18:42:49 +0900
commitbcf51dd76332bc28ee75494c51828a36774ff99f ()
treeac5d4f419e2f7caabaf9537ee52f702a82223e5d /test/rubygems/test_gem_commands_build_command.rb
parent68937fe0e4bf6e0943fe165e0a157058cff760fe (diff)
[rubygems/rubygems] Improve gemspec assignment and error message
https://.com/rubygems/rubygems/commit/dc70c5a192
-rw-r--r--test/rubygems/test_gem_commands_build_command.rb2
1 files changed, 1 insertions, 1 deletions
@@ -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
end
def test_execute_outside_dir