From 6be27016dff19fc7509d3668aba375fd332d6822 Mon Sep 17 00:00:00 2001 From: Kasper Timm Hansen Date: Sun, 13 Dec 2015 14:58:20 +0100 Subject: [ci skip] Fix articles spelling. Tiny typo in the testing guide; articules should be articles. --- guides/source/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/testing.md b/guides/source/testing.md index d09c0ae464..58524fd6c5 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -757,7 +757,7 @@ To test AJAX requests, you can specify the `xhr: true` option to `get`, `post`, ```ruby test "ajax request" do - article = articules(:first) + article = articles(:first) get article_url(article), xhr: true assert_equal 'hello world', @response.body -- cgit v1.2.3