Fix error in tests.

This commit is contained in:
Parker Moore 2014-02-19 13:43:16 -05:00
parent d96e62c50f
commit 33490e4efc
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ class TestSite < Test::Unit::TestCase
properties.html properties.html
sitemap.xml sitemap.xml
static_files.html static_files.html
symlinked-fil symlinked-file
) )
assert_equal sorted_pages, @site.pages.map(&:name) assert_equal sorted_pages, @site.pages.map(&:name)
end end