marick / lein-midje

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

Testfiles default name should be consistent with lein. #41

Closed bonega closed 11 years ago

bonega commented 11 years ago

Change the default naming of test files to: "test/{{sanitized}}/core_test.clj".

This is to be compatible with both Leiningen naming and clojure-test-mode. clojure-jump-between-tests-and-code should work again.