mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Do not load q.rb in build directory
This commit is contained in:
parent
4f5dc15b04
commit
cf948a3d3f
Notes:
git
2019-12-11 12:36:19 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ class TestGem < Gem::TestCase
|
|||
def test_require_missing
|
||||
save_loaded_features do
|
||||
assert_raises ::LoadError do
|
||||
require "q"
|
||||
require "test_require_missing"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue