mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 19:29:34 +08:00
Rename 'popular' to 'latest'. First stab at 'Hot' tab.
This commit is contained in:
@ -365,7 +365,7 @@ describe Topic do
|
||||
end
|
||||
|
||||
it "should be excluded from the list view" do
|
||||
TopicQuery.new(evil_trout).list_popular.topics.should_not include(topic)
|
||||
TopicQuery.new(evil_trout).list_latest.topics.should_not include(topic)
|
||||
end
|
||||
|
||||
context 'invite' do
|
||||
|
Reference in New Issue
Block a user