Commit b57f75ad authored by Nick Thomas's avatar Nick Thomas

CE->EE: Fix a failing spec

parent f0340766
......@@ -36,7 +36,7 @@ describe GroupsHelper do
it 'gives default avatar_icon when no avatar is present' do
group.save!
expect(group_icon(group.path)).to match('group_avatar.png')
expect(group_icon(group.path)).to match_asset_path('group_avatar.png')
end
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment