add Gollum::File
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
require File.join(File.dirname(__FILE__), *%w[helper])
|
||||
|
||||
context "File" do
|
||||
setup do
|
||||
@wiki = Gollum::Wiki.new(testpath("examples/lotr.git"))
|
||||
end
|
||||
|
||||
test "new file" do
|
||||
file = Gollum::File.new(@wiki)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user