Exception: DeltaTest::NotInGitRepositoryError

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

Instance Method Summary collapse

Instance Method Details

#messageObject



17
18
19
# File 'lib/delta_test/errors.rb', line 17

def message
  'the directory is not managed by git'
end