Slide 56
Slide 56 text
module ActionDispatch
module Integration #:nodoc:
module RequestHelpers
def get(path, **args)
process(:get, path, **args)
end
# ...
end
class Session
include TestProcess, RequestHelpers, Assertions
def process(method, path, params: nil, headers: nil, env: nil, xhr: false, as: nil)
# ...
3FRVFTU4QFDͷ)551ϦΫΤετൃߦϝιουʢget
postͳͲʣͷ
࣮ମͰ͋ΔActionDispatch::Integration::Session#process