module RSpec::Matchers
def yield_control
- Note: - This matcher is not designed for use with methods that yield
Note: - Your expect block must accept a parameter and pass it on to
def yield_control BuiltIn::YieldControl.new end
def yield_control BuiltIn::YieldControl.new end