Is there any plugin for Intellij IDEA for running Clojure tests?

Viewed 839

I have been programming in Clojure for some time now on Intellij IDEA. I love the language and IDEA is, by far, my favorite IDE. But one thing that annoys me is not being able to run tests from the IDE and see the red/green/orange bar. Is there any plugin for that? Or, at least, some clever trick?

1 Answers
Related