spec/http_spec.rb in anemone-0.3.2 vs spec/http_spec.rb in anemone-0.4.0

- old
+ new

@@ -13,11 +13,12 @@ def refresh_connection raise "test exception" end end - http = HTTP.new + http = Anemone::HTTP.new http.fetch_page(SPEC_DOMAIN).should be_an_instance_of(Page) end + end end -end \ No newline at end of file +end