From efa3795d8ee4aefc03cf4c5fbad3d2a2c727efea Mon Sep 17 00:00:00 2001 From: roboo Date: Thu, 6 Jul 2017 22:14:15 +0200 Subject: Change setup/teardown in make tests to before/after due to wrong use --- spec/make_spec.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec') diff --git a/spec/make_spec.lua b/spec/make_spec.lua index 04ffaf53..ab2d49a3 100644 --- a/spec/make_spec.lua +++ b/spec/make_spec.lua @@ -101,11 +101,11 @@ describe("LuaRocks make tests #blackbox #b_make", function() end) describe("LuaRocks make upgrading rockspecs with mixed deploy types", function() - setup(function() + before_each(function() test_env.copy_dir(testing_paths.testing_dir .. "/testfiles/mixed_deploy_type", "mdt") end) - teardown(function() + after_each(function() test_env.remove_dir("mdt") os.remove("mdt."..test_env.lib_extension) end) -- cgit v1.2.3-55-g6feb