Module Warden::Test::WardenHelpers
In: lib/warden/test/warden_helpers.rb

Methods

Public Instance methods

A containter for the on_next_request items. @api private

Returns list of regex objects that match paths expected to be an asset @see Warden::Proxy#asset_request? @api public

Sets list of regex objects that match paths expected to be an asset @see Warden::Proxy#asset_request? @api public

Adds a block to be executed on the next request when the stack reaches warden. The warden proxy is yielded to the block @api public

resets wardens tests any blocks queued to execute will be removed @api public

[Validate]