test/server.rb in mechanize-0.6.0 vs test/server.rb in mechanize-0.6.1

- old
+ new

@@ -21,9 +21,10 @@ s.mount("/response_code", ResponseCodeTest) s.mount("/file_upload", FileUploadTest) s.mount("/bad_content_type", BadContentTypeTest) s.mount("/content_type_test", ContentTypeTest) s.mount("/gzip", GzipServlet) +s.mount("/referer", RefererServlet) htpasswd = WEBrick::HTTPAuth::Htpasswd.new(base_dir + '/data/htpasswd') auth = WEBrick::HTTPAuth::BasicAuth.new( :UserDB => htpasswd, :Realm => 'mechanize',