class DeltaTest::NotInGitRepositoryError

Public Instance Methods

message() click to toggle source
# File lib/delta_test/errors.rb, line 17
def message
  'the directory is not managed by git'
end