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

Commit cf8b214

Browse files
committed
lint
1 parent 70d0c8d commit cf8b214

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/requests/ai_bot/artifacts_controller_spec.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
# frozen_string_literal: true
2+
13
RSpec.describe DiscourseAi::AiBot::ArtifactsController do
2-
fab!(:user) { Fabricate(:user) }
4+
fab!(:user)
35
fab!(:topic) { Fabricate(:private_message_topic, user: user) }
46
fab!(:post) { Fabricate(:post, user: user, topic: topic) }
57
fab!(:artifact) do

0 commit comments

Comments
 (0)