module ActionController::TestCase::Behavior
Public Instance Methods
process_with_logjam(action, **opts)
click to toggle source
# File lib/logjam_agent/railtie.rb, line 93 def process_with_logjam(action, **opts) LogjamAgent.start_request process_without_logjam(action, **opts) ensure LogjamAgent.finish_request end
Also aliased as: process