class RSpec::Matchers::BuiltIn::Change
def matches?(event_proc)
- Private: -
def matches?(event_proc) raise_block_syntax_error if block_given? perform_change(event_proc) && change_details.changed? end
def matches?(event_proc) raise_block_syntax_error if block_given? perform_change(event_proc) && change_details.changed? end