Class
Spec::Matchers::Matcher
In:
lib/spec/matchers/matcher.rb
Parent:
Object
Methods
description
diffable
diffable?
failure_message_for_should
failure_message_for_should_not
match
matches?
new
Included Modules
Spec::Matchers::Pretty
Attributes
actual
[R]
expected
[R]
Public Class methods
new
(name, *expected, &declarations)
Public Instance methods
description
(&block)
diffable
()
diffable?
()
failure_message_for_should
(&block)
failure_message_for_should_not
(&block)
match
(&block)
matches?
(actual)
[Validate]