diff options
| author | Jan-Gerd Tenberge <janten@gmail.com> | 2015-10-19 01:22:20 +0200 |
|---|---|---|
| committer | Jan-Gerd Tenberge <janten@gmail.com> | 2015-10-19 01:22:20 +0200 |
| commit | 34d0cd438a7173c35c687ecb37eae1f3293b84b5 (patch) | |
| tree | 22876a6e8171dcbd1c1b53a34433e44ebe075214 /spec | |
| parent | 8d620e39c967739f99bd175449864524f05b915c (diff) | |
| download | gitlab-ce-34d0cd438a7173c35c687ecb37eae1f3293b84b5.tar.gz | |
Update spec
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/helpers/application_helper_spec.rb | 2 |
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 |
