Exception: Cucumber::FeatureFolderNotFoundException

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/cucumber/runtime.rb

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ FeatureFolderNotFoundException

 37 38 39 40
# File 'lib/cucumber/runtime.rb', line 37 def initialize(path) @path = path super end

Instance Method Details

#messageObject

 42 43 44
# File 'lib/cucumber/runtime.rb', line 42 def message "No such file or directory - #{@path}" end