From 48367cc24d48afec69a300c08d178ba2b7f740ac Mon Sep 17 00:00:00 2001 From: Jeroen Jacobs Date: Mon, 5 Aug 2013 09:43:48 +0200 Subject: [PATCH] Cleanup problems_helper_spec --- spec/helpers/problems_helper_spec.rb | 3 --- 1 file changed, 0 insertions(+), 3 deletions(-) diff --git a/spec/helpers/problems_helper_spec.rb b/spec/helpers/problems_helper_spec.rb index a5ef664..989c69f 100644 --- a/spec/helpers/problems_helper_spec.rb +++ b/spec/helpers/problems_helper_spec.rb @@ -62,10 +62,7 @@ describe ProblemsHelper do let(:email_hash) { Digest::MD5.hexdigest email } it "should return the http url" do - # request.env['HTTPS'] = 'on' ActionController::TestRequest.any_instance.stub ssl?: true - - helper.gravatar_url(email).should eq("https://secure.gravatar.com/avatar/#{email_hash}?d=identicon") end end -- libgit2 0.21.2