module RSpec::Matchers::DSL::DefaultImplementations

def supports_block_expectations?

must opt-in.
Matchers do not support block expectations by default. You
def supports_block_expectations?
  false
end