From 637af8aa44d2392765b2dad6c226b0bf252c8b7e Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Wed, 6 Feb 2013 23:36:31 -0800 Subject: [PATCH] oh and the spec cares too --- spec/support/matchers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/support/matchers.rb b/spec/support/matchers.rb index fd46184e..798c9709 100644 --- a/spec/support/matchers.rb +++ b/spec/support/matchers.rb @@ -62,7 +62,7 @@ RSpec::Matchers.define :deliver_cc_xml_for do |repo| "expected #{body} to be a valid cc.xml" end - body.include?('') && body.include?(%(name="#{repo.slug}")) && body.include?("http://www.example.com/#{repo.slug}") + body.include?('') && body.include?(%(name="#{repo.slug}")) && body.include?("https://www.example.com/#{repo.slug}") end end