Commit 65f3844a authored by Eric Engestrom's avatar Eric Engestrom

spec/helpers/groups: drop unnecessary `save!` right after group creation

parent 14cba850
......@@ -18,7 +18,6 @@ RSpec.describe GroupsHelper do
it 'gives default avatar_icon when no avatar is present' do
group = create(:group)
group.save!
expect(group_icon_url(group.path)).to match_asset_path('group_avatar.png')
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