Class | Spec::Expectations::Should::NegativeItemHandler |
In: |
lib/spec/expectations/should/have.rb
|
Parent: | ItemHandler |
# File lib/spec/expectations/should/have.rb, line 126 126: def handle_message(sym, *args) 127: fail_with(build_message(sym, args)) if @target.send("has_#{sym}?", *args) 128: end