mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
remove |starred| from topnav default options
This commit is contained in:
parent
86c13ada44
commit
6953923a03
4 changed files with 20 additions and 20 deletions
|
@ -8,7 +8,7 @@ describe ListController do
|
|||
@post = Fabricate(:post, user: @user)
|
||||
|
||||
# forces tests down some code paths
|
||||
SiteSetting.stubs(:top_menu).returns('latest,-video|new|unread|starred|categories|category/beer')
|
||||
SiteSetting.stubs(:top_menu).returns('latest,-video|new|unread|categories|category/beer')
|
||||
end
|
||||
|
||||
describe 'indexes' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue