Commit b32bb377 authored by Jan-Gerd Tenberge's avatar Jan-Gerd Tenberge

Merge remote-tracking branch 'origin/master' into gravatar-retina

parents 34d0cd43 7d7b6dbb
......@@ -97,7 +97,7 @@ describe ApplicationHelper do
it 'should call gravatar_icon when no User exists with the given email' do
expect(helper).to receive(:gravatar_icon).with('foo@example.com', 20, 2)
helper.avatar_icon('foo@example.com', 20)
helper.avatar_icon('foo@example.com', 20, 2)
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment