stub of Repo#formatted_page

This commit is contained in:
Tom Preston-Werner
2010-04-07 17:16:02 -07:00
parent fcd821cf02
commit c8d9b351e2
4 changed files with 26 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
require 'helper'
context "Page" do
setup do
@repo = Gollum::Repo.new("examples/lotr.git")
end
test "formatted page" do
page = @repo.formatted_page('Bilbo-Baggins')
end
end