module ActionController::TestCase::Behavior

Public Instance Methods

process(action, **opts)
Also aliased as: process_without_logjam
Alias for: process_with_logjam
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
process_without_logjam(action, **opts)
Alias for: process