# File lib/spec/rails/extensions/action_controller/rescue.rb, line 12
    def rescue_action_with_fast_errors(exception)
      if use_rails_error_handling?
        rescue_action_without_fast_errors exception
      else
        raise exception
      end
    end