Skip to content
Snippets Groups Projects
Commit 7d7b6dbb authored by Jan-Gerd Tenberge's avatar Jan-Gerd Tenberge
Browse files

Update spec

parent 4957415e
No related branches found
No related tags found
No related merge requests found
Loading
@@ -95,9 +95,9 @@ describe ApplicationHelper do
Loading
@@ -95,9 +95,9 @@ describe ApplicationHelper do
end end
   
it 'should call gravatar_icon when no User exists with the given email' 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) 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
end end
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment