mirror of https://github.com/rails/rails
[ci skip] Fix articles spelling.
Tiny typo in the testing guide; articules should be articles.
This commit is contained in:
parent
2de7385cef
commit
6be27016df
|
@ -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 New Issue