Sha256: 75a57fadfd2b7501d4a25422f7e3962eb5a9b2aa061ca951cb4a210dbae1ce41
Contents?: true
Size: 451 Bytes
Versions: 4
Compression:
Stored size: 451 Bytes
Contents
# encoding=utf-8 spec 'Interactive' do |s| s.token :SUBJECT_UNDER_TEST do |t| t.comment = "Subject under test (usually a class name)" t.validation = /^[A-Z][A-Za-z0-9]{4,}$/ t.validation_hint = 'Prefixed, no spaces, at least 4 characters long' end s.token :TOGGLE do |t| t.comment = "Toggle value (to insert in any filename or string containing 'XXTOGGLEXX')" t.type = :bool # t.bool_strings = ['NO','YES'] end end
Version data entries
4 entries across 4 versions & 1 rubygems