lazyspec

Lazyspec is an extension for Lazytest to write BDD tests with the Given When Then template.

Leiningen/Boot

[lazyspec "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

lazyspec/lazyspec {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("lazyspec:lazyspec:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>lazyspec</groupId>
  <artifactId>lazyspec</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>