-
It doesn't work to override functions like #'+ because they're inlined. Processing of `provided` should consider an attempt to do so a user error.
```
(defn doubler [n] (+ n n))
(fact (doubler 3) => …
-
Perhaps something like this:
``` clojure
(fact
(bar) => nil
(provided (foo) =throws=> (Exception. "boom")))
```
-
I get the following outputs under Windows 7, 64 Bit:
_lein-midje 1.0.6_
M:\project>lein midje
←[32mAll claimed facts (0) have been confirmed.←[0m
Under 1.0.5 I had a readable output, without those …
-
**Given:**
I am in `lein int` mode and am running a few calls to midje consecutively.
**When:**
I change the source such that a namespace is no longer correctly :use'd or :require'd (generally refac…
-
``` clojure
(fact "do something cool"
(+ 5 5) => 555)
```
I would like to see:
FAIL: do something cool (core.clj:9)
...other report output
-
When I run 'lein' it lists out each available plugin, with a short description of that plugin to the right. Midje has no label/title in that spot. I took a look to see if there was a way to give Mid…
-
I am using cake 0.6.3 on OS X Lion and I am experiencing some issues using cake autotest.
1) cake autotest appears to be react quite slowly. Is there a way to adjust the polling interval (I assume th…
maacl updated
13 years ago
-
There is a `ClassNotFoundException: clojure.set` on `lein midje` goal if _clojure 1.3.0-beta1_ is used. If version _1.2.1_ is used instead, it works fine. No code/tests have been writen. `lein midje` …
-
lein says the last version of midje is 1.0.0-SNAPSHOT on maven central
and clojars:
```
$ lein search midje
Downloading index from central - http://repo1.maven.org/maven2
Downloading index from cloj…
-
In some cases, roughly doesn't return true when it should. For example:
FAIL at (crossover.clj:68)
Actual result did not agree with the checking function.
Actual result: [-0.16227766016837952…