From 9935601a3a4f70f4b4fcabd96bb668d9b5c2e98d Mon Sep 17 00:00:00 2001 From: hartator Date: Sun, 9 Aug 2015 21:27:14 -0500 Subject: [PATCH] Change file_list_curated method to more explicit name --- test/test_wayback_machinve_downloader.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_wayback_machinve_downloader.rb b/test/test_wayback_machinve_downloader.rb index 77db918..0714a37 100644 --- a/test/test_wayback_machinve_downloader.rb +++ b/test/test_wayback_machinve_downloader.rb @@ -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