Update spec
This commit is contained in:
parent
4957415e00
commit
7d7b6dbb9f
1 changed files with 2 additions and 2 deletions
|
@ -95,9 +95,9 @@ 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)
|
||||
helper.avatar_icon('foo@example.com', 20, 2)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue