struct

Spectator::Matchers::NilMatcher

Inherits Spectator::Matchers::StandardMatcher / Spectator::Matchers::Matcher / Struct / Value / Object

Common matcher that tests whether a value is nil. The Object#nil? method is used for this.

Instance methods

description

Short text about the matcher's purpose. This explains what condition satisfies the matcher. The description is used when the one-liner syntax is used.

Source