stub of Repo#formatted_page
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user