<% if actual.element.nil? %> Expected <%= reconstituted(actual, @options) %> to contain <%= reconstituted(expected, @options) %> but the element did not exist. <% else %> Expected <%= reconstituted(actual, @options) %> to contain <%= reconstituted(expected, @options) %> but it did not. <% end %>