summaryrefslogtreecommitdiffstats
path: root/helpers/pathspec_test.go
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-11-19 13:47:36 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-11-19 14:03:21 +0100
commitc1d325934edc93ac802c7d99a30a5963efe52e01 (patch)
tree8ac3d8f34c3c864f0adfc7dc813416d64eab1516 /helpers/pathspec_test.go
parentd99db71ab5a90246dce729ca802e4cd88b01ba3c (diff)
helpers: Remove (now) unused GetStaticDir
* In Hugo there is no single static dir * It was used as a filter in the content dir, which makes no sense since any overlap here is impossible
Diffstat (limited to 'helpers/pathspec_test.go')
-rw-r--r--helpers/pathspec_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/helpers/pathspec_test.go b/helpers/pathspec_test.go
index c251b6ba8..eb1623a5e 100644
--- a/helpers/pathspec_test.go
+++ b/helpers/pathspec_test.go
@@ -57,6 +57,5 @@ func TestNewPathSpecFromConfig(t *testing.T) {
require.Equal(t, "thethemes", p.themesDir)
require.Equal(t, "thelayouts", p.layoutDir)
require.Equal(t, "thework", p.workingDir)
- require.Equal(t, "thestatic", p.StaticDir())
require.Equal(t, "thetheme", p.theme)
}