spec/api_spec.rb in api_cache-0.2.0 vs spec/api_spec.rb in api_cache-0.2.1
- old
+ new
@@ -1,5 +1,5 @@
-require File.dirname(__FILE__) + '/spec_helper'
+require 'spec_helper'
describe APICache::API do
before :each do
FakeWeb.register_uri(:get, "http://www.google.com/", :body => "Google")
FakeWeb.register_uri(:get, "http://froogle.google.com/", :status => 302, :location => "http://products.google.com")