2
0
Fork 0
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:
Jeff Atwood 2015-01-06 16:03:45 -08:00
parent 86c13ada44
commit 6953923a03
4 changed files with 20 additions and 20 deletions

View file

@ -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