Skip to content

Commit

Permalink
Fix minor typo in testing guide
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
djpowers committed Jul 20, 2015
1 parent 17b8460 commit 0e2cc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ Finally we can assert that our response was successful, template was rendered, a
#### Taking it further
We were able to successfully test a very small workflow for visiting our blog and creating a new article. If we wanted to take this further we could add tests for commenting, removing articles, or editting comments. Integration tests are a great place to experiment with all kinds of use-cases for our applications.
We were able to successfully test a very small workflow for visiting our blog and creating a new article. If we wanted to take this further we could add tests for commenting, removing articles, or editing comments. Integration tests are a great place to experiment with all kinds of use-cases for our applications.
Testing Your Mailers
--------------------
Expand Down

0 comments on commit 0e2cc9b

Please sign in to comment.