@@ -252,9 +252,9 @@ def test_method
252252 assert_includes stdout . string , 'accessibility: public'
253253 assert_includes stdout . string , 'types:'
254254 assert_includes stdout . string , ' () -> ::Enumerator[self, untyped]'
255- assert_includes stdout . string , 'rbs/ core/kernel.rbs'
255+ assert_includes stdout . string , 'core/kernel.rbs'
256256 assert_includes stdout . string , '| [T] () { (self) -> T } -> T'
257- assert_includes stdout . string , 'rbs/ core/kernel.rbs'
257+ assert_includes stdout . string , 'core/kernel.rbs'
258258 end
259259
260260 Dir . mktmpdir do |dir |
@@ -855,8 +855,8 @@ def test_version
855855 def test_paths
856856 with_cli do |cli |
857857 cli . run ( %w( -r pathname -I no-such-dir paths ) )
858- assert_match %r{/rbs/ core \( dir, core\) $} , stdout . string
859- assert_match %r{/rbs/ stdlib/pathname/0 \( dir, library, name=pathname\) $} , stdout . string
858+ assert_match %r{/core \( dir, core\) $} , stdout . string
859+ assert_match %r{/stdlib/pathname/0 \( dir, library, name=pathname\) $} , stdout . string
860860 assert_match %r{^no-such-dir \( absent\) $} , stdout . string
861861 end
862862 end
@@ -866,7 +866,7 @@ def test_paths_with_gem
866866
867867 with_cli do |cli |
868868 cli . run ( %w( -r rbs-amber paths ) )
869- assert_match %r{/rbs/ core \( dir, core\) $} , stdout . string
869+ assert_match %r{/core \( dir, core\) $} , stdout . string
870870 assert_match %r{/sig \( dir, library, name=rbs-amber\) $} , stdout . string
871871 end
872872 end
0 commit comments