marick / lein-midje

Leiningen plugin for Midje
MIT License
77 stars 29 forks source link

lein new midje should generate nested dirs #56

Closed jaharu closed 9 years ago

jaharu commented 9 years ago

Change the default naming of src files to: "src/{{nested-dirs}}/core.clj". Change the default naming of test files to: "test/{{nested-dirs}}/core_test.clj".

This should avoid an annoying result as follows, and be consistent with other lein templates AFAK.

$ lein new midje a.b.c
$ lein midje
...
Exception in thread "main" java.io.FileNotFoundException: Could not locate a/b/c/core_test__init.class or a/b/c/core_test.clj on classpath:
...
marick commented 9 years ago

Sorry for the delay.