Skip to content

Commit ce63794

Browse files
committed
Enable pager tests
1 parent 3bbbc5a commit ce63794

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

test/rdoc/test_rdoc_ri_driver.rb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ def test_load_method_missing
12461246
assert_equal '(unknown)#inherit', method.full_name
12471247
end
12481248

1249-
def _test_page # this test doesn't do anything anymore :(
1249+
def test_page
12501250
@driver.use_stdout = false
12511251

12521252
with_dummy_pager do
@@ -1260,9 +1260,7 @@ def _test_page # this test doesn't do anything anymore :(
12601260
refute @driver.paging?
12611261
end
12621262

1263-
# this test is too fragile. Perhaps using Process.spawn will make this
1264-
# reliable
1265-
def _test_page_in_presence_of_child_status
1263+
def test_page_in_presence_of_child_status
12661264
@driver.use_stdout = false
12671265

12681266
with_dummy_pager do
@@ -1425,7 +1423,7 @@ def test_parse_name_special
14251423
end
14261424
end
14271425

1428-
def _test_setup_pager # this test doesn't do anything anymore :(
1426+
def test_setup_pager # this test doesn't do anything anymore :(
14291427
@driver.use_stdout = false
14301428

14311429
pager = with_dummy_pager do @driver.setup_pager end

0 commit comments

Comments
 (0)