Add all file types download option

This commit is contained in:
hartator
2016-07-31 09:51:27 -05:00
parent b8f0bc46f3
commit 7ca5f579d5
3 changed files with 15 additions and 2 deletions

View File

@@ -76,4 +76,9 @@ class WaybackMachineDownloaderTest < Minitest::Test
assert_nil @wayback_machine_downloader.get_file_list_curated["linux.htm"]
end
def test_file_list_exclude_filter_with_a_regex
@wayback_machine_downloader.all = true
assert_equal 69, @wayback_machine_downloader.get_file_list_curated.size
end
end