summaryrefslogtreecommitdiffstats
path: root/hugolib/rss_test.go
diff options
context:
space:
mode:
authorDana H. P'Simer <danap@dhptech.com>2015-04-24 14:25:09 -0400
committerbep <bjorn.erik.pedersen@gmail.com>2015-05-07 22:20:00 +0200
commitfd08e16ec8abb923a1ffe23a60b2aa8316151559 (patch)
tree43eccef0f7b63e360fa5e2b8020969df7ac1abd6 /hugolib/rss_test.go
parentbeccdc04f31977adb973e4395429597afcd11aa3 (diff)
Add RSSUri to specify the name of the RSS file
Diffstat (limited to 'hugolib/rss_test.go')
-rw-r--r--hugolib/rss_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/hugolib/rss_test.go b/hugolib/rss_test.go
index 497c0325a..23b838c40 100644
--- a/hugolib/rss_test.go
+++ b/hugolib/rss_test.go
@@ -34,6 +34,7 @@ const RSS_TEMPLATE = `<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom
func TestRSSOutput(t *testing.T) {
viper.Set("baseurl", "http://auth/bub/")
+ viper.Set("RSSUri", "index.xml")
hugofs.DestinationFS = new(afero.MemMapFs)
s := &Site{