mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
parent
7b568b1f78
commit
cf16a70448
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class GemTest < Gem::TestCase
|
|||
|
||||
output = Gem::Util.popen(*ruby_with_rubygems_and_fake_operating_system_in_load_path(path), "-e", "'require \"rubygems\"'", { err: [:child, :out] }).strip
|
||||
assert !$?.success?
|
||||
assert_includes output, "undefined local variable or method 'intentionally_not_implemented_method'"
|
||||
assert_match(/undefined local variable or method [`']intentionally_not_implemented_method'/, output)
|
||||
assert_includes output, "Loading the #{operating_system_rb_at(path)} file caused an error. " \
|
||||
"This file is owned by your OS, not by rubygems upstream. " \
|
||||
"Please find out which OS package this file belongs to and follow the guidelines from your OS to report " \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue