From: Adam Akhtar Date: 2008-09-13T14:40:29+09:00 Subject: unit testing offline with mechanize Although mechanize is designed to navigate around web pages online, is there a way to load up webpages saved to the harddrive for the purposes of quick unit testing. Constantly accessing online sources slows down the tests. I tried to simply type the file name instead of the url in agent.get("..") but it complains. I tried get_file and that didnt work either. any help greatly appreciated. -- Posted via http://www.ruby-forum.com/.