Clean up tests. Remove templates
This commit is contained in:
@@ -5,7 +5,7 @@ require File.expand_path '../../lib/gollum/views/page', __FILE__
|
||||
context "Precious::Views::Page" do
|
||||
setup do
|
||||
examples = testpath "examples"
|
||||
@path = File.join(examples, "test.git")
|
||||
@path = File.join(examples, "test.git")
|
||||
FileUtils.cp_r File.join(examples, "empty.git"), @path, :remove_destination => true
|
||||
@wiki = Gollum::Wiki.new(@path)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user