marick / lein-midje

Leiningen plugin for Midje
MIT License
77 stars 29 forks source link

Make lein-midje work with leiningen 2.0.0 #15

Closed AlexBaranosky closed 11 years ago

AlexBaranosky commented 12 years ago

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

anttipoi commented 12 years ago

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

AlexBaranosky commented 12 years ago

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

sunng87 commented 12 years ago

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.

marick commented 11 years ago

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.