class RSpec::Matchers::BuiltIn::ContainExactly
def failure_message_when_negated
-
(String)
-
Other tags:
- Api: - private
def failure_message_when_negated list = EnglishPhrasing.list(surface_descriptions_in(expected)) "expected #{actual_formatted} not to contain exactly#{list}" end