diff --git a/guides/source/testing.md b/guides/source/testing.md index b508969f30063f98b0ba1680a742d43086847f66..ab4ebeca2c409720b32e0152a3cd24c2d5e5f923 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