diff options
Diffstat (limited to 'spec/remove_spec.lua')
-rw-r--r-- | spec/remove_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/remove_spec.lua b/spec/remove_spec.lua index c7f83b95..7bf1bb10 100644 --- a/spec/remove_spec.lua +++ b/spec/remove_spec.lua | |||
@@ -45,7 +45,7 @@ describe("LuaRocks remove tests #blackbox #b_remove", function() | |||
45 | 45 | ||
46 | describe("LuaRocks remove more complex tests", function() | 46 | describe("LuaRocks remove more complex tests", function() |
47 | before_each(function() | 47 | before_each(function() |
48 | assert.is_true(test_env.need_rock("luasocket")) | 48 | assert.is.truthy(test_env.need_rock("luasocket")) |
49 | end) | 49 | end) |
50 | 50 | ||
51 | it("LuaRocks remove fail, break dependencies", function() | 51 | it("LuaRocks remove fail, break dependencies", function() |