From a4cc966476852542f445793b60c67ad3682976e5 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 8 Sep 2016 18:23:59 +0200 Subject: Removing default avatars --- spec/helpers/atom_builder_helper_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/helpers/atom_builder_helper_spec.rb') diff --git a/spec/helpers/atom_builder_helper_spec.rb b/spec/helpers/atom_builder_helper_spec.rb index aa3589df0..7366b5b79 100644 --- a/spec/helpers/atom_builder_helper_spec.rb +++ b/spec/helpers/atom_builder_helper_spec.rb @@ -170,7 +170,7 @@ RSpec.describe AtomBuilderHelper, type: :helper do let(:account) { Fabricate(:account, username: 'alice') } it 'creates a link' do - expect(used_with_namespaces { |xml| helper.link_avatar(xml, account) }).to match '' + expect(used_with_namespaces { |xml| helper.link_avatar(xml, account) }).to match '' end end -- cgit