# File lib/mspec/matchers/be_ancestor_of.rb, line 15
15:   def negative_failure_message
16:     ["Expected #{@actual}", "not to be an ancestor of #{@expected}"]
17:   end