Remove membership classes (spec, registry schema, enforcement); no roles or tiers
This commit is contained in:
+2
-4
@@ -132,8 +132,6 @@ fn cli_init_add_search_status() {
|
||||
"add".to_string(),
|
||||
"carol".to_string(),
|
||||
"ab".repeat(32),
|
||||
"--class".to_string(),
|
||||
"enrichment".to_string(),
|
||||
]);
|
||||
assert!(stdout.contains("carol"));
|
||||
let stdout = run_ok(&[
|
||||
@@ -142,7 +140,7 @@ fn cli_init_add_search_status() {
|
||||
"member".to_string(),
|
||||
"list".to_string(),
|
||||
]);
|
||||
assert!(stdout.contains("carol [enrichment]"));
|
||||
assert!(stdout.contains("carol"));
|
||||
|
||||
let stdout = run_ok(&add_args(&config, &docs, "docs", true));
|
||||
assert!(stdout.contains("indexed 1 file(s)"));
|
||||
@@ -252,7 +250,7 @@ fn cli_registry_lifecycle() {
|
||||
dir_arg.clone(),
|
||||
"list".to_string(),
|
||||
]);
|
||||
assert!(stdout.contains("alice.frx.example [source] (2 key(s))"));
|
||||
assert!(stdout.contains("alice.frx.example (2 key(s))"));
|
||||
|
||||
let stdout = run_ok(&[
|
||||
"registry".to_string(),
|
||||
|
||||
Reference in New Issue
Block a user