Update spec

This commit is contained in:
Jan-Gerd Tenberge 2015-10-19 01:22:20 +02:00
parent 8d620e39c9
commit 34d0cd438a
1 changed files with 1 additions and 1 deletions

View File

@ -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