Change file_list_curated method to more explicit name

This commit is contained in:
hartator 2015-08-09 21:27:14 -05:00
parent 0f1d77bf67
commit 9935601a3a

View File

@ -14,7 +14,7 @@ class WaybackMachineDownloaderTest < Minitest::Test
end
def test_file_list_curated
assert_equal 20081120203712, @wayback_machine_downloader.file_list_curated["linux.htm"][:timestamp]
assert_equal 20081120203712, @wayback_machine_downloader.get_file_list_curated["linux.htm"][:timestamp]
end
def test_file_download