Hi all, How would I go about creating random URLs that begin with https://
using spec? I'm new to clojure and spec so any support/explanations will be much appreciated. :)
@usman.jamil I'd probably use a string regex and gfrederick's test.chuck
lib which has a generator for regexes.
and ditto
Thanks. I will have a look at that.