FEATURE: Topic timeline widget

This commit is contained in:
Robin Ward
2016-05-17 13:03:08 -04:00
parent 751e354ca6
commit 559fa36c18
27 changed files with 621 additions and 102 deletions

View File

@ -43,8 +43,8 @@ describe TopicView do
let!(:p3) { Fabricate(:post, topic: topic, user: first_poster, percent_rank: 0 )}
let(:moderator) { Fabricate(:moderator) }
let(:admin) { Fabricate(:admin)
}
let(:admin) { Fabricate(:admin) }
it "it can find the best responses" do
best2 = TopicView.new(topic.id, coding_horror, best: 2)