Class | Spec::Expectations::Should::PositiveItemHandler |
In: |
lib/spec/expectations/should/have.rb
|
Parent: | ItemHandler |
# File lib/spec/expectations/should/have.rb, line 116 116: def handle_message(sym, *args) 117: fail_with(build_message(sym, args)) unless @target.send("has_#{sym}?", *args) 118: end