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

Commit 79ee08c

Browse files
committed
fix tests, rename setting 5
1 parent 6e6b9fa commit 79ee08c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

spec/lib/modules/summarization/entry_point_spec.rb

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,4 @@
153153
end
154154
end
155155
end
156-
157-
describe "#on topic_hot_scores_updated" do
158-
it "queues a job to generate gists" do
159-
expect { DiscourseEvent.trigger(:topic_hot_scores_updated) }.to change(
160-
Jobs::FastTrackTopicGist.jobs,
161-
:size,
162-
).by(1)
163-
end
164-
end
165156
end

0 commit comments

Comments
 (0)