aboutsummaryrefslogtreecommitdiffstats
path: root/spec/stores_spec.moon
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2020-12-04 16:07:07 +0000
committers-ol <s+removethis@s-ol.nu>2020-12-04 16:07:07 +0000
commitba360f5defe0090607963da1dd6104f11f0b595f (patch)
tree7d977a385d6c3fb825f2de37aed20ac8c11a5a35 /spec/stores_spec.moon
parentmove meta handling into mmm.mmmfs.meta (diff)
downloadmmm-ba360f5defe0090607963da1dd6104f11f0b595f.tar.gz
mmm-ba360f5defe0090607963da1dd6104f11f0b595f.zip
remove relative import system
Diffstat (limited to 'spec/stores_spec.moon')
-rw-r--r--spec/stores_spec.moon2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/stores_spec.moon b/spec/stores_spec.moon
index 7fa2793..4ba838e 100644
--- a/spec/stores_spec.moon
+++ b/spec/stores_spec.moon
@@ -90,8 +90,6 @@ test_store = (ts) ->
assert.are.same root_index, ts\get_index '', -1
- it "can get indexes recursively", ->
-
it "can load facets", ->
assert.are.equal 'hello', ts\load_facet '/hello', 'name', 'alpha'
assert.are.equal 'world', ts\load_facet '/hello/world', 'name', 'alpha'