mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 14:46:05 +10:00
Merge remote-tracking branch 'origin/master' into gravatar-retina
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user