Archive for January 2011

How to run clojure.test in Slime and Swank

$ lein swank In emacs use M-x slime-connect to connect to swank. user> (use ‘clojure.test) nil user> (use :reload ‘geocommit.test.services) (run-test ‘geocommit.test.services) {:type :summary, :test 3, :pass 9, :fail 0, :error 0} $ lein swank In emacs use M-x slime-connect to connect to swank. user> (use ‘clojure.test) nil user> (use :reload ‘geocommit.test.services) (run-test ‘geocommit.test.services) {:type [...]

Locate your commits or how to use geocommit.

This blog post will show you how to use geocommit in your projects. It shows how to install the Chrome and Firefox extensions to add support for geocommit to github.com and bitbucket.org