reifyhealth / specmonstah

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

invalid fn spec for core/coll-relation-attr? #42

Closed stevebuik closed 5 years ago

stevebuik commented 6 years ago

If you invoke (clojure.spec.test.alpha/instrument) and then invoke a build with a schema that includes a :relation, it produces a spec error.

I think the error is due to the s/tuple fspec for that fn which should be an s/cat instead.

I'm working on a patch and will submit a PR when ready but I'm using Cursive so boot support is painful. Might not be too quick.

flyingmachine commented 5 years ago

This was fixed with #48 . Thanks!