instance method
prepare_args_for_assertion
Ruby on Rails 5.2.8.1
Since v5.2.8.1 PrivateSignature
prepare_args_for_assertion(args)
No documentation comment.
Parameters
-
argsreq
Source
# File activejob/lib/active_job/test_helper.rb, line 425
def prepare_args_for_assertion(args)
args.dup.tap do |arguments|
arguments[:at] = arguments[:at].to_f if arguments[:at]
end
end
Defined in activejob/lib/active_job/test_helper.rb line 425
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveJob::TestHelper