DEV: Remove unnecessary rails_helper requiring (#26364)

This commit is contained in:
Jarek Radosz
2024-03-26 11:32:01 +01:00
committed by GitHub
parent 5adfb299ac
commit 4c860995e0
105 changed files with 0 additions and 205 deletions

View File

@ -1,7 +1,5 @@
# frozen_string_literal: true
require "rails_helper"
describe UserNotifications do
fab!(:chatters_group) { Fabricate(:group) }
fab!(:sender) { Fabricate(:user, group_ids: [chatters_group.id], refresh_auto_groups: true) }