Skip to content

Commit

Permalink
[#261] moves midje config to config package
Browse files Browse the repository at this point in the history
  • Loading branch information
GentlemanHal committed Dec 22, 2018
1 parent 0658172 commit c95a48e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
:main nevergreen.app
:aot [nevergreen.app]
:javac-options ["-Dclojure.compiler.direct-linking=true"]
:aliases {"unit" ["with-profile" "+unit" "midje" "nevergreen.*"]
:aliases {"unit" ["with-profile" "+unit" "midje" ":config" "./config/.midje.clj"]
"lint" ["with-profile" "+unit" "eastwood"]}
:profiles {:dev {:plugins [[lein-midje "3.2.1"]
[jonase/eastwood "0.3.4"]
Expand Down

0 comments on commit c95a48e

Please sign in to comment.