each test file that clones a repo gets its own repo path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user