class Cucumber::FeatureFolderNotFoundException
Public Class Methods
new(path)
click to toggle source
# File lib/cucumber/runtime.rb, line 34 def initialize(path) @path = path end
Public Instance Methods
message()
click to toggle source
# File lib/cucumber/runtime.rb, line 38 def message "No such file or directory - #{@path}" end