conflict using midje repl-tools

2013-03-19 Thread Murtaza Husain
Hi, I am having trouble using midje repl-tools. I am using the facts intermingled in my source code. In my source file abc/core.clj file, I have included (:use [midje.sweet]). After I start my repl, when I type this - (use 'midje.repl), I get the following error - IllegalStateException =

Re: conflict using midje repl-tools

2013-03-19 Thread Brian Marick
On Mar 19, 2013, at 8:47 AM, Murtaza Husain murtaza.hus...@sevenolives.com wrote: I am having trouble using midje repl-tools. I am using the facts intermingled in my source code. Can you give a transcript of the failure? I can't reproduce the problem. I have a project with this source: