ClojureGiven icon indicating copy to clipboard operation
ClojureGiven copied to clipboard

An BDD test framework for Clojure inspired by Jim Weirich's ruby based rspec-given

Results 2 ClojureGiven issues
Sort by recently updated
recently updated
newest added

Hi, Something seems to be broke in When and Then around resolving names. Please see the example below. ``` clojure (ns cljgiven.test.core (:use [cljgiven.core]) (:use [clojure.test])) (defn bar [v] (inc...