jakemcc / test-refresh

Refreshes and reruns clojure.tests in your project.
393 stars 28 forks source link

`:notify-command` should be shaped like `:dependencies` #34

Open jakemcc opened 9 years ago

jakemcc commented 9 years ago

Because it is a single vector when Leiningen merges multiple :notify-command values you end up with multiple commands smushed together. The value of :notify-command should be a vector of vectors. This would allow multiple :notify-commands to be specified.