Skip to content

Commit 905e5f9

Browse files
committed
rubolint
1 parent 278a393 commit 905e5f9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/ai_topic_summary/topic_view_extension.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# frozen_string_literal: true
12
module AiTopicSummary
23
module TopicViewExtension
34

spec/lib/topic_view_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
fab!(:first_poster) { topic.user }
1212
fab!(:anonymous)
1313
let(:topic_view) { TopicView.new(topic.id, evil_trout) }
14-
14+
1515
context "with a few sample posts" do
1616
fab!(:p1) { Fabricate(:post, topic: topic, user: first_poster, percent_rank: 1) }
1717
fab!(:p2) { Fabricate(:post, topic: topic, user: evil_trout, percent_rank: 0.5) }
@@ -35,4 +35,4 @@
3535
expect(topic_view.summary).not_to eq("he said, she said")
3636
end
3737
end
38-
end
38+
end

0 commit comments

Comments
 (0)