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/util_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/util_spec.lua')
-rw-r--r-- | spec/util_spec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/util_spec.lua b/spec/util_spec.lua index 209dae6f..ce309138 100644 --- a/spec/util_spec.lua +++ b/spec/util_spec.lua | |||
@@ -4,7 +4,7 @@ local run = test_env.run | |||
4 | local testing_paths = test_env.testing_paths | 4 | local testing_paths = test_env.testing_paths |
5 | local env_variables = test_env.env_variables | 5 | local env_variables = test_env.env_variables |
6 | 6 | ||
7 | describe("Basic tests #blackbox #b_util", function() | 7 | describe("Basic tests #integration", function() |
8 | 8 | ||
9 | before_each(function() | 9 | before_each(function() |
10 | test_env.setup_specs() | 10 | test_env.setup_specs() |
@@ -73,7 +73,7 @@ end) | |||
73 | test_env.unload_luarocks() | 73 | test_env.unload_luarocks() |
74 | local util = require("luarocks.util") | 74 | local util = require("luarocks.util") |
75 | 75 | ||
76 | describe("Luarocks util test #whitebox #w_util", function() | 76 | describe("Luarocks util test #unit", function() |
77 | describe("util.sortedpairs", function() | 77 | describe("util.sortedpairs", function() |
78 | local function collect(iter, state, var) | 78 | local function collect(iter, state, var) |
79 | local collected = {} | 79 | local collected = {} |