Eric Schoonover
Eric Schoonover
`brew install clawk` does not work :-1:
When the below comparison will throw an exception when being displayed in fireunit using pretty print (actual test works fine and succeeds). ``` fireunit.compare('', '', 'comparing bracketed values'); ``` Error:...
I'm trying to run `clojure-jack-in` and getting this ``` Compiling file /Users//.emacs.d/swank/slime-repl-79b38c83.el at Mon Jun 25 13:18:23 2012 slime-repl-79b38c83.el:105:27:Warning: reference to free variable `slime-connection-output-buffer' slime-repl-79b38c83.el:122:1:Error: (slime-connection-output-buffer) is not a valid...
Do you guys use guice/dropwizard-guice while writing tests for your service/resource implementations? I'm curious to see an example in the example project.