[ci skip] Fix articles spelling.

Tiny typo in the testing guide; articules should be articles.
This commit is contained in:
Kasper Timm Hansen 2015-12-13 14:58:20 +01:00
parent 2de7385cef
commit 6be27016df
1 changed files with 1 additions and 1 deletions

View File

@ -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