Show number before trust level. Also use less memory for trust levels.

This commit is contained in:
Robin Ward
2013-07-12 16:18:32 -04:00
parent 35128c212b
commit 62d161fd70
8 changed files with 54 additions and 15 deletions

View File

@ -7,5 +7,6 @@ test('instance', function(){
present(site, "We have a current site singleton");
present(site.get('categories'), "The instance has a list of categories");
present(site.get('flagTypes'), "The instance has a list of flag types");
present(site.get('trustLevels'), "The instance has a list of trust levels");
});