Exception: Geb::Git::FailedValidationError

Inherits:
Error
  • Object
show all
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

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