https://github.com/dirv/bowling-kata-clj
Bowling kata in Clojure
https://github.com/dirv/bowling-kata-clj
Last synced: about 20 hours ago
JSON representation
Bowling kata in Clojure
- Host: GitHub
- URL: https://github.com/dirv/bowling-kata-clj
- Owner: dirv
- License: gpl-2.0
- Created: 2015-03-02T09:56:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-20T09:18:19.000Z (over 11 years ago)
- Last Synced: 2025-11-01T19:13:39.552Z (8 months ago)
- Language: Clojure
- Size: 184 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bowling-kata-clj
Bowling kata in Clojure. Tests are written with [Speclj](http://www.speclj.com).
To run, you'll need to install [Leiningen](http://leiningen.org). You can then run tests using the command line like this:
lein deps # installs Speclj
lein spec
You can also use `lein spec -a` to have Speclj run your tests each time you make filesystem changes.