mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] Fix articles spelling.
Tiny typo in the testing guide; articules should be articles.
This commit is contained in:
parent
2de7385cef
commit
6be27016df
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue