Update spec/lib/discourse_chat_integration/chat_integration_reference_post_spec.rb

Co-authored-by: Jarek Radosz <jradosz@gmail.com>
This commit is contained in:
Gabriel Grubba 2024-09-10 15:39:48 -03:00 committed by GitHub
parent 86979fba44
commit 3d46798815
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ RSpec.describe DiscourseChatIntegration::ChatIntegrationReferencePost do
expect(post.raw).to eq("Added #tag1, #tag2 and removed #tag3, #tag4")
end
it "should have a working excerpt" do
it "has a working excerpt" do
post =
described_class.new(
user: context["user"],