struct WisperBroadcastMatcher(ExpectedType)

Defined in:

wisper-spectator.cr

Instance Method Summary

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.


[View source]