fix tiny grammatical mistakes[skip ci]

This commit is contained in:
shunyama 2021-11-13 00:55:35 +09:00
parent 15d94fd915
commit 4e2d55e1aa

@ -109,7 +109,7 @@ def queue_adapter_for_test
# end
# end
#
# +:only+ and +:except+ options accepts Class, Array of Class or Proc. When passed a Proc,
# +:only+ and +:except+ options accept Class, Array of Class or Proc. When passed a Proc,
# a hash containing the job's class and it's argument are passed as argument.
#
# 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)
# end
# end
#
# +:only+ and +:except+ options accepts Class, Array of Class or Proc. When passed a Proc,
# +:only+ and +:except+ options accept Class, Array of Class or Proc. When passed a Proc,
# a hash containing the job's class and it's argument are passed as argument.
#
# 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)
# end
# end
#
# +:only+ and +:except+ options accepts Class, Array of Class or Proc. When passed a Proc,
# +:only+ and +:except+ options accept Class, Array of Class or Proc. When passed a Proc,
# an instance of the job will be passed as argument.
#
# If the +:queue+ option is specified,
@ -579,7 +579,7 @@ def assert_performed_with(job: nil, args: nil, at: nil, queue: nil, priority: ni
# assert_performed_jobs 1
# end
#
# +:only+ and +:except+ options accepts Class, Array of Class or Proc. When passed a Proc,
# +:only+ and +:except+ options accept Class, Array of Class or Proc. When passed a Proc,
# an instance of the job will be passed as argument.
#
# If the +:queue+ option is specified,