setup_teardown.lua 232 B

123456
  1. describe("Framework setup and teardown", function ()
  2. it("should set up a fresh repo in a nonexisting location", function()
  3. end)
  4. it("should set up a repo on top of the previous one and clear it", function()
  5. end)
  6. end)