module Conformity

Constants

VERSION

Attributes

log_screenshots[W]
screenshots_folder[RW]

Public Class Methods

configure() { |self| ... } click to toggle source
# File lib/conformity.rb, line 26
def configure
  yield self
end
log_screenshots() click to toggle source
# File lib/conformity.rb, line 30
def log_screenshots
  @log_screenshots ||= false
end