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