Skip to content

Commit

Permalink
Fix typo in testing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonygharvey committed Oct 18, 2018
1 parent aed7e00 commit e50debf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/testing.md
Expand Up @@ -1562,7 +1562,7 @@ class UserMailerTest < ActionMailer::TestCase
end
```

In the test we send the email and store the returned object in the `email`
In the test we create the email and store the returned object in the `email`
variable. We then ensure that it was sent (the first assert), then, in the
second batch of assertions, we ensure that the email does indeed contain what we
expect. The helper `read_fixture` is used to read in the content from this file.
Expand Down

0 comments on commit e50debf

Please sign in to comment.