commands: Remove some TODOs

See #4598
This commit is contained in:
Bjørn Erik Pedersen
2018-04-11 10:15:01 +02:00
parent f396cffa23
commit e7010c1b62
7 changed files with 0 additions and 37 deletions

View File

@@ -48,7 +48,6 @@ func checkNewSiteInited(fs *hugofs.Fs, basepath string, t *testing.T) {
}
func TestDoNewSite(t *testing.T) {
// TODO(bep) cli refactor
n := newNewSiteCmd()
basepath := filepath.Join("base", "blog")
_, fs := newTestCfg()