Exception: Cucumber::FeatureFolderNotFoundException

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

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ FeatureFolderNotFoundException

Returns a new instance of FeatureFolderNotFoundException.


36
37
38
# File 'lib/cucumber/runtime.rb', line 36

def initialize(path)
  @path = path
end

Instance Method Details

#messageObject


40
41
42
# File 'lib/cucumber/runtime.rb', line 40

def message
  "No such file or directory - #{@path}"
end