module ActionController::TestCase::Behavior
Public Instance Methods
process(action, **opts)
Also aliased as: process_without_time_bandits
Alias for: process_with_time_bandits
process_with_time_bandits(action, **opts)
click to toggle source
# File lib/time_bandits/railtie.rb, line 28 def process_with_time_bandits(action, **opts) TimeBandits.reset process_without_time_bandits(action, **opts) end
Also aliased as: process