Class Merb::Test::Rspec::ControllerMatchers::BeMissing
In: lib/merb-core/test/matchers/controller_matchers.rb
Parent: Object

Methods

Public Instance methods

Returns

String:The failure message.

Returns

String:The controller and action name.

Parameters

target<Fixnum, ~status>:Either the status code or a controller with a status code.

Returns

Boolean:True if the status code is in the range 400..417.

Returns

String:The failure message to be displayed in negative matches.

Returns

Fixnum:Either the target‘s status or the target itself.

[Validate]