diff options
author | Olivier <olimart@users.noreply.github.com> | 2017-03-13 18:38:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-13 18:38:03 -0400 |
commit | 67e1d022e1f40c2886b5e34e64fceebbaa811c3c (patch) | |
tree | a6e3a1006dc8f5f73ca28261ea8909aa47161a86 /actionpack/lib/action_dispatch/testing | |
parent | db98b05113f7252073e48520b880e5961dfa2c31 (diff) | |
download | rails-67e1d022e1f40c2886b5e34e64fceebbaa811c3c.tar.gz rails-67e1d022e1f40c2886b5e34e64fceebbaa811c3c.tar.bz2 rails-67e1d022e1f40c2886b5e34e64fceebbaa811c3c.zip |
Fix Typo [ci skip]
Arcticle --> Article
Diffstat (limited to 'actionpack/lib/action_dispatch/testing')
-rw-r--r-- | actionpack/lib/action_dispatch/testing/integration.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/testing/integration.rb b/actionpack/lib/action_dispatch/testing/integration.rb index 5fa0b727ab..a3430e210e 100644 --- a/actionpack/lib/action_dispatch/testing/integration.rb +++ b/actionpack/lib/action_dispatch/testing/integration.rb @@ -572,7 +572,7 @@ module ActionDispatch # end # # assert_response :success - # assert_equal({ id: Arcticle.last.id, title: "Ahoy!" }, response.parsed_body) + # assert_equal({ id: Article.last.id, title: "Ahoy!" }, response.parsed_body) # end # end # |