diff options
author | George Roman <george.roman.99@gmail.com> | 2018-06-01 00:05:49 +0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-06-04 15:41:51 -0300 |
commit | 4e8c650d7daac769f9af843b1578dd2521318972 (patch) | |
tree | b508db3fe4ce0fa7e6436b8f8866da31c579d663 /spec/fun_spec.lua | |
parent | 6334c894b2b3d1943edd4902bcd42883ced0915b (diff) | |
download | luarocks-4e8c650d7daac769f9af843b1578dd2521318972.tar.gz luarocks-4e8c650d7daac769f9af843b1578dd2521318972.tar.bz2 luarocks-4e8c650d7daac769f9af843b1578dd2521318972.zip |
Tests: replace #blackbox with #integration and #whitebox with #unit
Diffstat (limited to 'spec/fun_spec.lua')
-rw-r--r-- | spec/fun_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/fun_spec.lua b/spec/fun_spec.lua index b5bed0da..259a3148 100644 --- a/spec/fun_spec.lua +++ b/spec/fun_spec.lua | |||
@@ -3,7 +3,7 @@ local fun = require("luarocks.fun") | |||
3 | 3 | ||
4 | test_env.unload_luarocks() | 4 | test_env.unload_luarocks() |
5 | 5 | ||
6 | describe("LuaRocks fun tests", function() | 6 | describe("LuaRocks fun tests #unit", function() |
7 | describe("fun.concat", function() | 7 | describe("fun.concat", function() |
8 | it("returns the concatenation of the two tables given as arguments", function() | 8 | it("returns the concatenation of the two tables given as arguments", function() |
9 | local t1, t2 | 9 | local t1, t2 |