mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 20:24:47 +08:00

* cut down on storage of the work Topic, 3 times per row (in 2 indexes) * only store one view per user per topic * only store one view per ip per topic
6 lines
50 B
Ruby
6 lines
50 B
Ruby
require 'spec_helper'
|
|
|
|
describe TopicView do
|
|
|
|
end
|