Commit 34d0cd43 authored by Jan-Gerd Tenberge's avatar Jan-Gerd Tenberge

Update spec

parent 8d620e39
......@@ -95,7 +95,7 @@ describe ApplicationHelper do
end
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)
expect(helper).to receive(:gravatar_icon).with('foo@example.com', 20, 2)
helper.avatar_icon('foo@example.com', 20)
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