Skip to content

Commit

Permalink
Merge pull request #325 from nfriend21/master
Browse files Browse the repository at this point in the history
Fixed spec typo
  • Loading branch information
stve committed Nov 8, 2012
2 parents f0dcee7 + 7afc28a commit a5dd0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/twitter/client_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
before do
stub_delete("/custom/delete").with(:query => {:deleted => "object"})
end
it "allows custom put requests" do
it "allows custom delete requests" do
subject.delete("/custom/delete", {:deleted => "object"})
expect(a_delete("/custom/delete").with(:query => {:deleted => "object"})).to have_been_made
end
Expand Down

0 comments on commit a5dd0db

Please sign in to comment.