clj-concordion icon indicating copy to clipboard operation
clj-concordion copied to clipboard

No way to create fixture for a top-level .md without a parent dir

Open holyjak opened this issue 5 years ago • 0 comments

(After #3 merged) If we have resources/MySpec.md and resources is the root on the classpath then there is no way to match a fixture to it because a fixture must be inside a namespace and thus will have the name <ns>.<fixture name>.

Solutions: Perhaps best is to just document it and require there is an extra top level dir, e.g. resources/specifications/MySpec.md.

holyjak avatar Jun 27 '19 07:06 holyjak