restful-clojure
restful-clojure copied to clipboard
lein test failing
First of all, thank you very much for this tutorial! I have learned a lot just by following along and this is the best step-by-step tutorial I have found on Clojure!
However, towards the end, once I do the full db migration using the command: lein with-profile test ragtime migrate and after I run lein test, I am getting all of the tests failing at that point. I am using the exact project.clj file that you have, so I do not believe it is a dependency issue. Could it be a Leiningen upgrade causing this issue? Maybe some conflict with ragtime or korma?
Thank you for any help that you can offer.