Skip to content

Commit

Permalink
Prune unused fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Aug 18, 2013
1 parent 0018390 commit ad1862b
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 13 deletions.
1 change: 0 additions & 1 deletion spec/fixtures/bad_gateway.json

This file was deleted.

1 change: 0 additions & 1 deletion spec/fixtures/bad_request.json

This file was deleted.

1 change: 0 additions & 1 deletion spec/fixtures/end_session.json

This file was deleted.

1 change: 0 additions & 1 deletion spec/fixtures/forbidden.json

This file was deleted.

1 change: 0 additions & 1 deletion spec/fixtures/internal_server_error.json

This file was deleted.

1 change: 0 additions & 1 deletion spec/fixtures/not_acceptable.json

This file was deleted.

1 change: 0 additions & 1 deletion spec/fixtures/resolve.json

This file was deleted.

1 change: 0 additions & 1 deletion spec/fixtures/service_unavailable.json

This file was deleted.

1 change: 0 additions & 1 deletion spec/fixtures/totals.json

This file was deleted.

1 change: 0 additions & 1 deletion spec/fixtures/trends.json

This file was deleted.

1 change: 0 additions & 1 deletion spec/fixtures/unauthorized.json

This file was deleted.

1 change: 0 additions & 1 deletion spec/fixtures/video_facets.json

This file was deleted.

2 changes: 1 addition & 1 deletion spec/twitter/rest/api/search_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

context "when search API responds a malformed result" do
before do
stub_get("/1.1/search/tweets.json").with(:query => {:q => "twitter"}).to_return(:body => fixture("/search_malformed.json"), :headers => {:content_type => "application/json; charset=utf-8"})
stub_get("/1.1/search/tweets.json").with(:query => {:q => "twitter"}).to_return(:body => fixture("search_malformed.json"), :headers => {:content_type => "application/json; charset=utf-8"})
end

it "returns an empty array" do
Expand Down

0 comments on commit ad1862b

Please sign in to comment.