@@ -109,7 +109,7 @@ def queue_adapter_for_test
109
109
# end
110
110
# end
111
111
#
112
- # +:only+ and +:except+ options accepts Class, Array of Class or Proc. When passed a Proc,
112
+ # +:only+ and +:except+ options accept Class, Array of Class or Proc. When passed a Proc,
113
113
# a hash containing the job's class and it's argument are passed as argument.
114
114
#
115
115
# Asserts the number of times a job is enqueued to a specific queue by passing +:queue+ option.
@@ -168,7 +168,7 @@ def assert_enqueued_jobs(number, only: nil, except: nil, queue: nil, &block)
168
168
# end
169
169
# end
170
170
#
171
- # +:only+ and +:except+ options accepts Class, Array of Class or Proc. When passed a Proc,
171
+ # +:only+ and +:except+ options accept Class, Array of Class or Proc. When passed a Proc,
172
172
# a hash containing the job's class and it's argument are passed as argument.
173
173
#
174
174
# Asserts that no jobs are enqueued to a specific queue by passing +:queue+ option
@@ -325,7 +325,7 @@ def assert_performed_jobs(number, only: nil, except: nil, queue: nil, &block)
325
325
# end
326
326
# end
327
327
#
328
- # +:only+ and +:except+ options accepts Class, Array of Class or Proc. When passed a Proc,
328
+ # +:only+ and +:except+ options accept Class, Array of Class or Proc. When passed a Proc,
329
329
# an instance of the job will be passed as argument.
330
330
#
331
331
# If the +:queue+ option is specified,
@@ -579,7 +579,7 @@ def assert_performed_with(job: nil, args: nil, at: nil, queue: nil, priority: ni
579
579
# assert_performed_jobs 1
580
580
# end
581
581
#
582
- # +:only+ and +:except+ options accepts Class, Array of Class or Proc. When passed a Proc,
582
+ # +:only+ and +:except+ options accept Class, Array of Class or Proc. When passed a Proc,
583
583
# an instance of the job will be passed as argument.
584
584
#
585
585
# If the +:queue+ option is specified,
0 commit comments