Use "group" instead of "category"
[mudpy.git] / mudpy / tests / fixtures / test_daemon.yaml
index 0f7e980..2a35aac 100644 (file)
@@ -2,12 +2,14 @@ _copy: Copyright (c) 2004-2017 Jeremy Stanley <fungi@yuggoth.org>.
     Permission to use, copy, modify, and distribute this software is granted
     under terms provided in the LICENSE file distributed with this software.
 
+_desc: This is an alternative top-level configuration with some values adjusted
+    to better suit automated testing scenarios.
 
 _load: [ archetype.yaml, command.yaml, menu.yaml, sample ]
 
 _lock: true
 
-.mudpy.filing.categories: { account: { flags: [ private ] } }
+.mudpy.filing.groups: { account: { flags: [ private ] } }
 .mudpy.filing.prefix: "."
 .mudpy.filing.search: [ "", "etc", "share", "data" ]
 .mudpy.filing.stash: "data"