spec/edge_cases_spec.rb in PageRankr-3.0.2 vs spec/edge_cases_spec.rb in PageRankr-3.1.0

- old
+ new

@@ -9,10 +9,10 @@ # to slocourts.net. Clearly something is wrong with how Alexa handles this case and so in the event this # happens we treat the results as if there were no results. describe "when Alexa returns results for the incorrect site" do subject do VCR.use_cassette(:alexa_ranks_edge_case_1) do - PageRankr.ranks("slocourts.net", :alexa_us, :alexa_global) + PageRankr.ranks("http://slocourts.net", :alexa_us, :alexa_global) end end it{ should have_key(:alexa_us) } it{ should have_key(:alexa_global) } \ No newline at end of file