1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #41791 from benkoshy/update-action-mailbox-documentation

Add: link to documentation [ci-skip]
This commit is contained in:
Rafael França 2021-03-30 23:10:14 -04:00 committed by GitHub
commit e9268f73aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -373,3 +373,5 @@ class ForwardsMailboxTest < ActionMailbox::TestCase
end
end
```
Please refer to the [ActionMailbox::TestHelper API](https://api.rubyonrails.org/classes/ActionMailbox/TestHelper.html) for further test helper methods.