How do I refer a spec defined in another namespace? The usual :refer
throws an exception
you don't need to refer it, just use the fq name
you do need to load the namespace defining the spec (w/ require)
Got it, thanks. Ring’s wrap-reload middleware got me confused because it is picking it up even without referring the namespace IF I make some changes to my spec file... it suddenly becomes available everywhere.
specs are loaded into a global registry