Skip to content

Instantly share code, notes, and snippets.

@belun
Created September 15, 2011 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save belun/1219793 to your computer and use it in GitHub Desktop.
Save belun/1219793 to your computer and use it in GitHub Desktop.
Error importing - Playground for messing around with Midje
(defproject play-with-midje "1.0"
:description "Playground for messing around with Midje"
:dependencies [[org.clojure/clojure "1.3.0-beta3"]]
:dev-dependencies [[midje "1.3-alpha1"]
[lein-midje "1.0.0"]])
user=> (use 'midje.sweet)
CompilerException java.lang.RuntimeException: Unable to resolve symbol: print-doc in this context, compiling:(clojure/contrib/ns_utils.clj:67)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment