Exception: Appraisal::AppraisalsNotFound

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

Overview

Raises when Appraisal is unable to locate Appraisals file in the current directory.

Instance Method Summary collapse

Instance Method Details

#messageObject



4
5
6
# File 'lib/appraisal/errors.rb', line 4

def message
  "Unable to locate 'Appraisals' file in the current directory."
end