Footers should have a nil #footer.
This commit is contained in:
@@ -152,6 +152,8 @@ module Gollum
|
|||||||
#
|
#
|
||||||
# Returns the footer Page or nil if none exists.
|
# Returns the footer Page or nil if none exists.
|
||||||
def footer
|
def footer
|
||||||
|
return nil if page_match('_Footer', self.name)
|
||||||
|
|
||||||
dirs = self.path.split('/')
|
dirs = self.path.split('/')
|
||||||
dirs.pop
|
dirs.pop
|
||||||
while !dirs.empty?
|
while !dirs.empty?
|
||||||
|
|||||||
@@ -92,4 +92,9 @@ context "Page" do
|
|||||||
assert_equal "Ones does not simply **walk** into Mordor!\n", footer.raw_data
|
assert_equal "Ones does not simply **walk** into Mordor!\n", footer.raw_data
|
||||||
assert_equal "Mordor/_Footer.md", footer.path
|
assert_equal "Mordor/_Footer.md", footer.path
|
||||||
end
|
end
|
||||||
|
|
||||||
|
test "footer itself" do
|
||||||
|
footer = @wiki.page("_Footer")
|
||||||
|
assert_nil footer.footer
|
||||||
|
end
|
||||||
end
|
end
|
||||||
Reference in New Issue
Block a user