Spectator::Matchers::EmptyMatcher
Inherits Spectator::Matchers::StandardMatcher / Spectator::Matchers::Matcher / Struct / Value / Object
Matcher that tests whether a collection is empty.
The values are checked with the empty? method.
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.