each test file that clones a repo gets its own repo path

This commit is contained in:
rick
2010-12-21 10:37:04 -08:00
parent 58a680ab6d
commit 491eee7ebd
2 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ context "Page Reverting" do
end
teardown do
FileUtils.rm_rf @path
FileUtils.rm_rf(@path)
end
test "reverts single commit" do