oh and the spec cares too

This commit is contained in:
Andre Arko 2013-02-06 23:36:31 -08:00 committed by Piotr Sarnacki
parent 2935050395
commit 637af8aa44

View File

@ -62,7 +62,7 @@ RSpec::Matchers.define :deliver_cc_xml_for do |repo|
"expected #{body} to be a valid cc.xml"
end
body.include?('<Projects>') && body.include?(%(name="#{repo.slug}")) && body.include?("http://www.example.com/#{repo.slug}")
body.include?('<Projects>') && body.include?(%(name="#{repo.slug}")) && body.include?("https://www.example.com/#{repo.slug}")
end
end