diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index a30e200..f7db603 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -17,7 +17,6 @@ def stub_post(path) stub_request(:post, Instapaper::HTTP::Request::BASE_URL + path) end - def fixture_path File.expand_path('../fixtures', __FILE__) end