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