rm cloned git paths

This commit is contained in:
rick
2010-12-08 15:03:21 -08:00
parent 25a56725f9
commit 057baac3ce
+6 -1
View File
@@ -138,7 +138,12 @@ end
context "Page Reverting" do
setup do
@wiki = Gollum::Wiki.new(cloned_testpath("examples/revert.git"))
@path = cloned_testpath("examples/revert.git")
@wiki = Gollum::Wiki.new(@path)
end
teardown do
FileUtils.rm_rf @path
end
test "reverts single commit" do