oh and the spec cares too
This commit is contained in:
parent
2935050395
commit
637af8aa44
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user