Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 09c8c79

Browse files
committed
Stree
1 parent c666533 commit 09c8c79

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

spec/system/ai_bot/share_spec.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Fabricate.build(:topic_allowed_user, user: admin),
1414
Fabricate.build(:topic_allowed_user, user: bot_user),
1515
],
16-
)
16+
)
1717
end
1818

1919
let(:pm_posts) do
@@ -47,9 +47,7 @@
4747

4848
glimmer_post_menu_states.each do |state|
4949
context "with the glimmer post menu #{state}" do
50-
before do
51-
SiteSetting.glimmer_post_menu_mode = state
52-
end
50+
before { SiteSetting.glimmer_post_menu_mode = state }
5351

5452
it "can share a conversation with a persona user" do
5553
clip_text = nil

0 commit comments

Comments
 (0)