slagyr / speclj

pronounced "speckle": a TDD/BDD framework for Clojure.
MIT License
458 stars 58 forks source link

stub/-record-invocation or stub/record-invocation ? #140

Open dwang43 opened 9 years ago

dwang43 commented 9 years ago

Hi, I was looking at stub.cljc. Found (defn -record-invocation ...).

I worried that you might have intended to make record-invocation private by using find-and-replace, and replaced all record-invocation with -record-invocation instead of - record-invocation.

If it's not the case, never mind. Great work btw!