Renamed page.meta_data to page.metadata for consistency with views

This commit is contained in:
Daniel Kimsey
2012-11-09 18:29:49 -05:00
parent 2783257f06
commit fe0eb72fa3
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ context "within a sub-directory" do
test "get metadata on page" do
page = @wiki.page('Elrond')
assert_equal Gollum::Page, page.class
assert_equal 'elf', page.meta_data['race']
assert_equal 'elf', page.metadata['race']
end
end