class Cucumber::FeatureFolderNotFoundException
Public Class Methods
Source
# File lib/cucumber/runtime.rb, line 36 def initialize(path) @path = path super end
Calls superclass method
Public Instance Methods
Source
# File lib/cucumber/runtime.rb, line 41 def message "No such file or directory - #{@path}" end