reifyhealth / specmonstah

Specmonstah will eat the face off your test fixtures
MIT License
359 stars 18 forks source link

Add babashka compatibility #82

Closed cldwalker closed 2 years ago

cldwalker commented 2 years ago

@flyingmachine Heyo. Latest babashka supports clojure.spec which made compatibility a breeze. Basically bb can't load two loom namespaces so I implemented minimal workarounds. I added bb tests to CI and a deps.edn for running clj tests locally (I didn't have boot installed on newer machines). There's still more work to move off boot so I'll create an issue for that. With bb >= 0.7.0 you can try one of the examples e.g. bb -f examples/short-sweet/short_sweet.clj

cldwalker commented 2 years ago

Huzzah!