Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alvarogarcia7/spike-rules-clojure
https://github.com/alvarogarcia7/spike-rules-clojure
autotest clj clojure midje repl rule
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/alvarogarcia7/spike-rules-clojure
- Owner: alvarogarcia7
- Created: 2015-10-24T00:41:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-25T19:29:36.000Z (about 9 years ago)
- Last Synced: 2024-10-13T22:42:55.662Z (3 months ago)
- Topics: autotest, clj, clojure, midje, repl, rule
- Language: Clojure
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Spike for Rules
### Test usage
in ``spike-rules``, execute:
```bash
λ lein repl
```Load the @marick's testing tools:
```lisp
(use 'midje.repl)
```Then enable ``autotest``
```lisp
(autotest)
```