struct WisperBroadcastMatcher(ExpectedType)
- WisperBroadcastMatcher(ExpectedType)
- Spectator::Matchers::ValueMatcher(ExpectedType)
- Spectator::Matchers::StandardMatcher
- Spectator::Matchers::Matcher
- Struct
- Value
- Object
Defined in:
wisper-spectator.crInstance Method Summary
-
#description : String
Short text about the matcher's purpose.
Instance Method Detail
def description : String
#
Description copied from struct Spectator::Matchers::Matcher
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.
it { is_expected.to do_something }
The phrasing should be such that it reads "it ___." where the blank is what is returned by this method.