Exception: Geb::Git::FailedValidationError
- Defined in:
- lib/geb/git.rb
Constant Summary collapse
- MESSAGE =
"Could not evaluate if the specified SITE_PATH is within a git repository, please choose a different location or use the --skip_git option.".freeze
Instance Method Summary collapse
-
#initialize(e = "") ⇒ FailedValidationError
constructor
A new instance of FailedValidationError.
Constructor Details
#initialize(e = "") ⇒ FailedValidationError
Returns a new instance of FailedValidationError.
22 |
# File 'lib/geb/git.rb', line 22 def initialize(e = ""); super(e, MESSAGE); end |