On Tue, Mar 19, 2013 at 3:02 PM, John D. Hume <duelin.mark...@gmail.com> wrote:
> It looks like you're missing (ns ...) forms at the top of each file.
> That tutorial doesn't show them, but lein would have generated them
> for you when it generated the project. The key element is that your
> test file should have a (:use clojure.test) in the (ns) form, which is
> what allows you to use clojure.test/deftest without
> namespace-qualification.

I had this same issue when working through the tutorial. The text
makes it sound like you should replace the entire contents of the test
file, but that's not the case -- you just need to replace the (deftest
...) form. (I ended up having to generate the project tree under a
slightly different name to get a good copy of the file back.)

good luck.

j.

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to