Skip to content

Commit

Permalink
Merge pull request #17552 from jipe/master
Browse files Browse the repository at this point in the history
Guides: Corrected name for assigns key [ci skip]
  • Loading branch information
senny committed Nov 7, 2014
2 parents 9253417 + 5bdaf31 commit a450cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/testing.md
Expand Up @@ -728,7 +728,7 @@ class UserFlowsTest < ActionDispatch::IntegrationTest
https!(false)
get "/articles/all"
assert_response :success
assert assigns(:products)
assert assigns(:articles)
end
end
```
Expand Down

0 comments on commit a450cac

Please sign in to comment.