class RRRSpec::Web::WebConfiguration

Attributes

execute_log_text_path[RW]
persistence_db[RW]

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/rrrspec/web/configuration.rb, line 7
def initialize
  super()
  @type = :web
end