File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -1246,7 +1246,7 @@ def test_load_method_missing
1246
1246
assert_equal '(unknown)#inherit' , method . full_name
1247
1247
end
1248
1248
1249
- def _test_page # this test doesn't do anything anymore :(
1249
+ def test_page
1250
1250
@driver . use_stdout = false
1251
1251
1252
1252
with_dummy_pager do
@@ -1260,9 +1260,7 @@ def _test_page # this test doesn't do anything anymore :(
1260
1260
refute @driver . paging?
1261
1261
end
1262
1262
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
1266
1264
@driver . use_stdout = false
1267
1265
1268
1266
with_dummy_pager do
@@ -1425,7 +1423,7 @@ def test_parse_name_special
1425
1423
end
1426
1424
end
1427
1425
1428
- def _test_setup_pager # this test doesn't do anything anymore :(
1426
+ def test_setup_pager # this test doesn't do anything anymore :(
1429
1427
@driver . use_stdout = false
1430
1428
1431
1429
pager = with_dummy_pager do @driver . setup_pager end
You can’t perform that action at this time.
0 commit comments