Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Dec 22, 2024
1 parent 874eeae commit 573d030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/irb/yamatanooroti/test_rendering.rb
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def test_autocomplete_with_multiple_doc_namespaces

def test_autocomplete_with_showdoc_in_gaps_on_narrow_screen_right
rdoc_dir = File.join(@tmpdir, 'rdoc')
system("bundle exec rdoc -r -o #{rdoc_dir}")
system("bundle exec rdoc lib -r -o #{rdoc_dir}")
write_irbrc <<~LINES
IRB.conf[:EXTRA_DOC_DIRS] = ['#{rdoc_dir}']
IRB.conf[:PROMPT][:MY_PROMPT] = {
Expand Down Expand Up @@ -273,7 +273,7 @@ def test_autocomplete_with_showdoc_in_gaps_on_narrow_screen_right

def test_autocomplete_with_showdoc_in_gaps_on_narrow_screen_left
rdoc_dir = File.join(@tmpdir, 'rdoc')
system("bundle exec rdoc -r -o #{rdoc_dir}")
system("bundle exec rdoc lib -r -o #{rdoc_dir}")
write_irbrc <<~LINES
IRB.conf[:EXTRA_DOC_DIRS] = ['#{rdoc_dir}']
IRB.conf[:PROMPT][:MY_PROMPT] = {
Expand Down

0 comments on commit 573d030

Please sign in to comment.