RSpec::Matchers.define :contain do |expected| match do |actual| expect(actual.xml_response).to include expected end end