Commit 48367cc24d48afec69a300c08d178ba2b7f740ac

Authored by Jeroen Jacobs
1 parent 4c1d9082
Exists in master and in 1 other branch production

Cleanup problems_helper_spec

Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
spec/helpers/problems_helper_spec.rb
... ... @@ -62,10 +62,7 @@ describe ProblemsHelper do
62 62 let(:email_hash) { Digest::MD5.hexdigest email }
63 63  
64 64 it "should return the http url" do
65   - # request.env['HTTPS'] = 'on'
66 65 ActionController::TestRequest.any_instance.stub ssl?: true
67   -
68   -
69 66 helper.gravatar_url(email).should eq("https://secure.gravatar.com/avatar/#{email_hash}?d=identicon")
70 67 end
71 68 end
... ...