From 59f56c3a6915e9c7bf38640f16c33aead467a2bf Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Wed, 22 Jun 2016 05:43:24 +0800 Subject: update_url is not `get` most of the times [ci skip] --- guides/source/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') diff --git a/guides/source/testing.md b/guides/source/testing.md index 924a8a09f5..d4a826cee5 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -722,7 +722,7 @@ get :show, params: { id: 12 }, headers: { "HTTP_REFERER" => "http://example.com/ Another example: Calling the `:update` action, passing an `id` of 12 as the `params` as an Ajax request. ```ruby -get update_url, params: { id: 12 }, xhr: true +patch update_url, params: { id: 12 }, xhr: true ``` NOTE: If you try running `test_should_create_article` test from `articles_controller_test.rb` it will fail on account of the newly added model level validation and rightly so. -- cgit v1.2.3