Skip to content

Commit 346fb94

Browse files
author
Michael Bleigh
committed
Merge pull request ruby-grape#171 from bowsersenior/patch-1
Fix a little typo in the README
2 parents b13e123 + 8e0203d commit 346fb94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ describe Twitter::API do
362362
it "returns a status by id" do
363363
status = Status.create!
364364
get "/api/v1/statuses/#{status.id}"
365-
last_resonse.body.should == status.to_json
365+
last_response.body.should == status.to_json
366366
end
367367
end
368368
end

0 commit comments

Comments
 (0)