summaryrefslogtreecommitdiff
path: root/spec/helpers/application_helper_spec.rb
diff options
context:
space:
mode:
authorJan-Gerd Tenberge <janten@gmail.com>2015-10-19 01:22:20 +0200
committerJan-Gerd Tenberge <janten@gmail.com>2015-10-19 01:22:20 +0200
commit34d0cd438a7173c35c687ecb37eae1f3293b84b5 (patch)
tree22876a6e8171dcbd1c1b53a34433e44ebe075214 /spec/helpers/application_helper_spec.rb
parent8d620e39c967739f99bd175449864524f05b915c (diff)
downloadgitlab-ce-34d0cd438a7173c35c687ecb37eae1f3293b84b5.tar.gz
Update spec
Diffstat (limited to 'spec/helpers/application_helper_spec.rb')
-rw-r--r--spec/helpers/application_helper_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers/application_helper_spec.rb b/spec/helpers/application_helper_spec.rb
index e6e9bc99a16..bed6658ce07 100644
--- a/spec/helpers/application_helper_spec.rb
+++ b/spec/helpers/application_helper_spec.rb
@@ -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