Sha256: 423989327221b374829fa9c3762f17260f0a934493b17dd1ac0dd3143d4bcc60
Contents?: true
Size: 246 Bytes
Versions: 12
Compression:
Stored size: 246 Bytes
Contents
module RRRSpec module Web class WebConfiguration < RRRSpec::Configuration attr_accessor :execute_log_text_path attr_accessor :persistence_db def initialize super() @type = :web end end end end
Version data entries
12 entries across 12 versions & 1 rubygems