summaryrefslogtreecommitdiff
path: root/spec/views
diff options
context:
space:
mode:
Diffstat (limited to 'spec/views')
-rw-r--r--spec/views/shared/issuable/_participants.html.haml.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/views/shared/issuable/_participants.html.haml.rb b/spec/views/shared/issuable/_participants.html.haml.rb
index 0a123e83e2e..51059d4c0d7 100644
--- a/spec/views/shared/issuable/_participants.html.haml.rb
+++ b/spec/views/shared/issuable/_participants.html.haml.rb
@@ -19,7 +19,7 @@ describe 'shared/issuable/_participants.html.haml' do
avatars.each do |avatar|
expect(avatar[:class]).to include('lazy')
- expect(avatar[:src]).to eql('data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==')
+ expect(avatar[:src]).to eql(LazyImageTagHelper.placeholder_image)
expect(avatar[:"data-src"]).to match('http://www.gravatar.com/avatar/')
end
end