Class: PludoniRspec::Config
- Inherits:
-
Object
- Object
- PludoniRspec::Config
- Defined in:
- lib/pludoni_rspec.rb
Class Attribute Summary collapse
-
.capybara_timeout ⇒ Object
Returns the value of attribute capybara_timeout.
-
.chrome_arguments ⇒ Object
Returns the value of attribute chrome_arguments.
-
.coverage_enabled ⇒ Object
Returns the value of attribute coverage_enabled.
-
.destroy_headless ⇒ Object
Returns the value of attribute destroy_headless.
-
.wrap_js_spec_in_headless ⇒ Object
Returns the value of attribute wrap_js_spec_in_headless.
Class Attribute Details
.capybara_timeout ⇒ Object
Returns the value of attribute capybara_timeout.
7 8 9 |
# File 'lib/pludoni_rspec.rb', line 7 def @capybara_timeout end |
.chrome_arguments ⇒ Object
Returns the value of attribute chrome_arguments.
7 8 9 |
# File 'lib/pludoni_rspec.rb', line 7 def chrome_arguments @chrome_arguments end |
.coverage_enabled ⇒ Object
Returns the value of attribute coverage_enabled.
7 8 9 |
# File 'lib/pludoni_rspec.rb', line 7 def coverage_enabled @coverage_enabled end |
.destroy_headless ⇒ Object
Returns the value of attribute destroy_headless.
7 8 9 |
# File 'lib/pludoni_rspec.rb', line 7 def destroy_headless @destroy_headless end |
.wrap_js_spec_in_headless ⇒ Object
Returns the value of attribute wrap_js_spec_in_headless.
7 8 9 |
# File 'lib/pludoni_rspec.rb', line 7 def wrap_js_spec_in_headless @wrap_js_spec_in_headless end |