Class: CucumberTimingPresenter::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumber_timing_presenter/configuration.rb

Class Method Summary collapse

Class Method Details

.step_average_and_totalObject



15
16
17
# File 'lib/cucumber_timing_presenter/configuration.rb', line 15

def self.step_average_and_total
  File.expand_path("templates/step_average_and_total.html", File.dirname(__FILE__))
end

.step_times_of_wholeObject



11
12
13
# File 'lib/cucumber_timing_presenter/configuration.rb', line 11

def self.step_times_of_whole
  File.expand_path("templates/step_times_of_whole.html", File.dirname(__FILE__))
end

.unused_steps_template_pathObject



7
8
9
# File 'lib/cucumber_timing_presenter/configuration.rb', line 7

def self.unused_steps_template_path
  File.expand_path("templates/unused_steps.html", File.dirname(__FILE__))
end

.usage_template_pathObject



3
4
5
# File 'lib/cucumber_timing_presenter/configuration.rb', line 3

def self.usage_template_path
  File.expand_path("templates/all_usage_results.html", File.dirname(__FILE__))
end