mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 23:31:18 +08:00
DEV: Remove unnecessary rails_helper requiring (#26364)
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require "rails_helper"
|
||||
|
||||
RSpec.describe User do
|
||||
it { is_expected.to have_many(:user_chat_channel_memberships).dependent(:destroy) }
|
||||
it { is_expected.to have_many(:chat_message_reactions).dependent(:destroy) }
|
||||
|
Reference in New Issue
Block a user