func (s *WatcherTestSuite) Test_pathExists() {
    w := &Watcher{}
    cwd := s.currentDirectory
    assert.Truef(s.T(), w.pathExists(cwd), "expected '%s' (current working directory) to exist but it did not", cwd)