So my two issues are definitely gone, but with (>defn example [] [=> int?] 1)
I'm getting FAILED: example - Spec check
and then it's blank. Did I do something wrong?
Let me check.
Probably a caching issue again, just go straight for 0.2.3, without -SNAPSHOT, just deployed it.
Huh. I guess so. Everything looks good to me!
Perfect, pushing it all to github.
It's kinda messy with the -SNAPSHOTS, cause they're updated in place, stuff like this happens.
@ggaillard (and everyone, really) – about a week ago we briefly talked about the difficulties in testing side-effectful functions and how it can be made easier. I mentioned that there are plans in the works to that effect, but in the meantime you may find this approach to writing pure event handlers useful if you aren't already familiar with it: https://github.com/Day8/re-frame/blob/master/docs/EffectfulHandlers.md