Class Merb::Test::Rspec::ViewMatchers::NotMatchTag
In: lib/merb-core/test/matchers/view_matchers.rb
Parent: Object

Methods

Public Class methods

Parameters

attrs<Hash>:A set of attributes that must not be matched.

Public Instance methods

Returns

String:The failure message.

Parameters

target<String>:The target to look for the match in.

Returns

Boolean:True if none of the attributes were matched.

[Validate]