class Cucumber::FeatureFolderNotFoundException
def initialize(path)
def initialize(path) @path = path end
def message
def message "No such file or directory - #{@path}" end
def initialize(path) @path = path end
def message "No such file or directory - #{@path}" end