Object
# File lib/rspec/matchers/has.rb, line 20 def description [method_description(@expected), args_description(@args)].compact.join(' ') end
# File lib/rspec/matchers/has.rb, line 12 def failure_message_for_should "expected ##{predicate(@expected)}(#{@args[0].inspect}) to return true, got false" end
Generated with the Darkfish Rdoc Generator 2.