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



6
7
8
# File 'lib/appraisal/errors.rb', line 6

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