summaryrefslogtreecommitdiffstats
path: root/commands/new_content_test.go
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-04-11 10:15:01 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-04-11 10:16:30 +0200
commite7010c1b621d68ee53411a5ba8143d07b976d9fe (patch)
treef975e0ebe716aa8f182230429318845b248c0d30 /commands/new_content_test.go
parentf396cffa239e948075af2224208671956d8b4a84 (diff)
commands: Remove some TODOs
See #4598
Diffstat (limited to 'commands/new_content_test.go')
-rw-r--r--commands/new_content_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/new_content_test.go b/commands/new_content_test.go
index 212b0ade1..364e0f783 100644
--- a/commands/new_content_test.go
+++ b/commands/new_content_test.go
@@ -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()