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
1 changed files with 2 additions and 0 deletions

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.