DEV: Move chat service objects into core (#26506)

This commit is contained in:
Jan Cernik
2024-04-04 08:57:41 -05:00
committed by GitHub
parent 9af957014e
commit cab178a405
16 changed files with 313 additions and 321 deletions

View File

@ -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