Class: Browsable::Drivers::RSpec::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/browsable/drivers/rspec.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



22
23
24
# File 'lib/browsable/drivers/rspec.rb', line 22

def initialize
  DEFAULTS.each { |key, value| public_send("#{key}=", value) }
end

Instance Attribute Details

#enabledObject

Returns the value of attribute enabled.



20
21
22
# File 'lib/browsable/drivers/rspec.rb', line 20

def enabled
  @enabled
end

#fail_onObject

Returns the value of attribute fail_on.



20
21
22
# File 'lib/browsable/drivers/rspec.rb', line 20

def fail_on
  @fail_on
end

#formatObject

Returns the value of attribute format.



20
21
22
# File 'lib/browsable/drivers/rspec.rb', line 20

def format
  @format
end

#outputObject

Returns the value of attribute output.



20
21
22
# File 'lib/browsable/drivers/rspec.rb', line 20

def output
  @output
end