Module: AllureRSpec::Config
- Defined in:
- lib/allure-rspec.rb
Constant Summary collapse
- DEFAULT_OUTPUT_DIR =
'gen/allure-results'
Class Attribute Summary collapse
-
.clean_dir ⇒ Object
Returns the value of attribute clean_dir.
-
.output_dir ⇒ Object
Returns the value of attribute output_dir.
Class Method Summary collapse
Class Attribute Details
.clean_dir ⇒ Object
Returns the value of attribute clean_dir.
12 13 14 |
# File 'lib/allure-rspec.rb', line 12 def clean_dir @clean_dir end |
.output_dir ⇒ Object
Returns the value of attribute output_dir.
11 12 13 |
# File 'lib/allure-rspec.rb', line 11 def output_dir @output_dir end |
Class Method Details
.clean_dir? ⇒ Boolean
20 21 22 |
# File 'lib/allure-rspec.rb', line 20 def clean_dir? @clean_dir.nil? ? true : @clean_dir end |