slagyr / speclj

pronounced "speckle": a TDD/BDD framework for Clojure.
MIT License
459 stars 58 forks source link

Tutorial on speclj.com needs updating #34

Closed RadicalZephyr closed 11 years ago

RadicalZephyr commented 11 years ago

While the tutorial is well written, I've run into two problems so far. First, there's no mention in it of what's needed to work with leiningen 2. Since this info is already in the speclj README, that should be an easy fix.

Second, I just ran into an issue in trying to follow along with the "Decoupling Tests" page with lein2, clojure 1.4 and speclj 2.5.0. I'll probably attempt to debug it and figure out the proper way to do this in clojure 1.4, but this kind of problem with the tutorial is a huge turn-off when I'm flirting with using a new technology.

RadicalZephyr commented 11 years ago

Okay, looks like the needed change to the tutorial code is simply to change "binding" to "with-redefs." Then everything is happy.

danneu commented 11 years ago

i'm new to clojure and was confused by the outdated website tutorial.

slagyr commented 11 years ago

The site has been updated!