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/pack_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/pack_spec.lua')
-rw-r--r-- | spec/pack_spec.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/pack_spec.lua b/spec/pack_spec.lua index 8fbade44..08647cfb 100644 --- a/spec/pack_spec.lua +++ b/spec/pack_spec.lua | |||
@@ -14,7 +14,7 @@ local extra_rocks = { | |||
14 | "/say-1.0-1.src.rock" | 14 | "/say-1.0-1.src.rock" |
15 | } | 15 | } |
16 | 16 | ||
17 | describe("LuaRocks pack #blackbox #b_pack", function() | 17 | describe("LuaRocks pack #integration", function() |
18 | 18 | ||
19 | before_each(function() | 19 | before_each(function() |
20 | test_env.setup_specs(extra_rocks) | 20 | test_env.setup_specs(extra_rocks) |
@@ -93,5 +93,3 @@ describe("LuaRocks pack #blackbox #b_pack", function() | |||
93 | end) | 93 | end) |
94 | 94 | ||
95 | end) | 95 | end) |
96 | |||
97 | |||