Exception: Kaya::Error::CucumberYML

Inherits:
StandardError
  • Object
show all
Defined in:
lib/kaya/error/errors.rb

Overview

Raised when there is an error related to Results

Instance Method Summary collapse

Constructor Details

#initializeCucumberYML

Returns a new instance of CucumberYML.



41
42
43
# File 'lib/kaya/error/errors.rb', line 41

def initialize()
  super("Could not find cucumber.yml file to get test suites from")
end