From 2e4fbdfc2766b4b40cef127a1674a0b1b4a8145d Mon Sep 17 00:00:00 2001 From: stve Date: Tue, 3 Mar 2015 00:13:24 -0500 Subject: [PATCH] cleanup whitespace --- spec/spec_helper.rb | 1 - 1 file changed, 1 deletion(-) 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