diff options
author | प्रथमेश Sonpatki <csonpatki@gmail.com> | 2019-04-05 15:42:01 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-05 15:42:01 +0530 |
commit | a8328f61b6b958140738d5c31438132b20089c93 (patch) | |
tree | bdf6e0e9c4b5d6a1c8c9486f4a7cddc0ec0c55ec /activejob | |
parent | 902c06f8355adce4109fde76680d956b16428166 (diff) | |
download | rails-a8328f61b6b958140738d5c31438132b20089c93.tar.gz rails-a8328f61b6b958140738d5c31438132b20089c93.tar.bz2 rails-a8328f61b6b958140738d5c31438132b20089c93.zip |
Add Active Job release notes [ci skip] (#35872)
Diffstat (limited to 'activejob')
-rw-r--r-- | activejob/lib/active_job/test_helper.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activejob/lib/active_job/test_helper.rb b/activejob/lib/active_job/test_helper.rb index e5e2b086bc..463020a332 100644 --- a/activejob/lib/active_job/test_helper.rb +++ b/activejob/lib/active_job/test_helper.rb @@ -353,7 +353,7 @@ module ActiveJob # # # The +args+ argument also accepts a proc which will get passed the actual - # job's arguments. Your proc needs to returns a boolean value determining if + # job's arguments. Your proc needs to return a boolean value determining if # the job's arguments matches your expectation. This is useful to check only # for a subset of arguments. # @@ -426,7 +426,7 @@ module ActiveJob # end # # The +args+ argument also accepts a proc which will get passed the actual - # job's arguments. Your proc needs to returns a boolean value determining if + # job's arguments. Your proc needs to return a boolean value determining if # the job's arguments matches your expectation. This is useful to check only # for a subset of arguments. # |