Sha256: 6209670663b014c93668f496f7933a78e774b66c981bb5c66d34fcc7397b3d6f
Contents?: true
Size: 239 Bytes
Versions: 5
Compression:
Stored size: 239 Bytes
Contents
require 'queencheck/string' describe String do it ".arbitrary?" do String.arbitrary?.should be_true end it ".arbitrary" do 100.times do String.arbitrary(0.05).match(/^[a-zA-Z]+$/).should_not be_nil end end end
Version data entries
5 entries across 5 versions & 1 rubygems