mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 07:48:02 +08:00
DEV: Move chat service objects into core (#26506)
This commit is contained in:
@ -130,8 +130,8 @@ end
|
||||
RSpec.configure do |config|
|
||||
config.include ChatSystemHelpers, type: :system
|
||||
config.include ChatSpecHelpers
|
||||
config.include Chat::WithServiceHelper
|
||||
config.include Chat::ServiceMatchers
|
||||
config.include WithServiceHelper
|
||||
config.include ServiceMatchers
|
||||
|
||||
config.expect_with :rspec do |c|
|
||||
# Or a very large value, if you do want to truncate at some point
|
||||
|
Reference in New Issue
Block a user