forked from rails/rails
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The testing guide for Active Job currently implies that when you queue a job it will be performed. This isn't true; by default jobs are enqueued, not performed. This PR fleshes out the docs a bit to show both examples, and adds a test to confirm the default behaviour.
- Loading branch information
1 parent
51f2e2f
commit 10bb51a
Showing
2 changed files
with
28 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters