marick/lein-midje

Make lein-midje work with leiningen 2.0.0

Closed this issue · 4 comments

In preparation for the leiningen 2 release, lein-midje must be tweaked to work with 2.0.0 as well as to maintain backwards compatibility with 1.x

I just made a pull request for this one: it auto-created issue #16.

@anttipoi this isn't working for me locally. I'm getting a lot of "Could not locate ...foo.. on classpath" errors.

I think this plugin should depend on midje. In lein2, there is no dev-dependencies, so there is no way to specify midje as a test scope dependency.

We now have a 1.0.X branch of lein-midje that works with Leiningen 1. The 2.X branch works with Leiningen 2. Going forward, let's not worry about Leiningen 1.