-
Recent Posts
Archives
Categories
Tag Archives: midje
Mocking with Midje
So I was playing around with an application recently and wanted to integrate Chas Emerick’s excellent Friend authentication library. I setup a simple User service to get users, roles etc in a format that could be consumed by Friend and … Continue reading
TDD in Clojure with Midje
One of the things I love about Clojure is that it has great support for writing unit tests. For starters you have clojure.test built-in to the Clojure API. The great thing about that is you don’t have any extra dependencies, … Continue reading