midje 2017-11-06

@zignd has joined the channel

I'm getting an exception when I try to run lein midje:

I wonder if it's a configuration issue cuz it's the first time I try it

what are the relevant parts of your project.clj?

@socksy this is my project.clj:

You need to add midje to your project.clj for lein midje to work

:plugins        [[lein-ring "0.10.0"]
                 [lein-midje "3.2"]]
is something i have in a project.clj

I also have [midje "1.8.3"] in my dependencies, and wrapped my tests with (deftest) in order to get it run with lein test

Oh, interesting, thanks for letting me know @socksy!