# File lib/capybara/rspec/matchers.rb, line 18 def failure_message_for_should if normalized.failure_message normalized.failure_message.call(@actual, normalized) else "expected #{selector_name} to return something" end end