aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-03-13 14:57:30 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-03-13 14:57:30 -0300
commit675f299c8eec586ccc5d8faa6a66e22b387acee2 (patch)
treeec99dc35588265bc3c5b481668290b199e3cc803 /guides
parent814d4da48e3b277c398eba07a8bee07a1293f1bb (diff)
parent3830854510c4553ca715182e364654e3cfa65ef1 (diff)
downloadrails-675f299c8eec586ccc5d8faa6a66e22b387acee2.tar.gz
rails-675f299c8eec586ccc5d8faa6a66e22b387acee2.tar.bz2
rails-675f299c8eec586ccc5d8faa6a66e22b387acee2.zip
Merge pull request #19322 from AndrewHendrie/AndrewHendrie-guides-testing-partials-patch
Asserting partials modification
Diffstat (limited to 'guides')
-rw-r--r--guides/source/testing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/testing.md b/guides/source/testing.md
index cadcf36d7f..84f1f25df9 100644
--- a/guides/source/testing.md
+++ b/guides/source/testing.md
@@ -632,7 +632,7 @@ WARNING: You must include the "layouts" directory name even if you save your lay
If your view renders any partial, when asserting for the layout, you can to assert for the partial at the same time.
Otherwise, assertion will fail.
-Remember, we added the "_form" partial to our creating Articles view? Let's write an assertion for that in the `:new` action now:
+Remember, we added the "_form" partial to our new Article view? Let's write an assertion for that in the `:new` action now:
```ruby
test "new should render correct layout" do