eggplant

Eggplant is a behaviour driven development (BDD) library for Clojure. Eggplant offers clear and simple methods to write specifications in the common given,then,when format and expect where. Simply using Clojure maps.

Leiningen/Boot

[eggplant "0.2.1-SNAPSHOT"]

Clojure CLI/deps.edn

eggplant/eggplant {:mvn/version "0.2.1-SNAPSHOT"}

Gradle

implementation("eggplant:eggplant:0.2.1-SNAPSHOT")

Maven

<dependency>
  <groupId>eggplant</groupId>
  <artifactId>eggplant</artifactId>
  <version>0.2.1-SNAPSHOT</version>
</dependency>