aboutsummaryrefslogtreecommitdiff
path: root/spec/write_rockspec_spec.lua
diff options
context:
space:
mode:
authorGeorge Roman <george.roman.99@gmail.com>2018-06-01 00:05:49 +0300
committerHisham Muhammad <hisham@gobolinux.org>2018-06-04 15:41:51 -0300
commit4e8c650d7daac769f9af843b1578dd2521318972 (patch)
treeb508db3fe4ce0fa7e6436b8f8866da31c579d663 /spec/write_rockspec_spec.lua
parent6334c894b2b3d1943edd4902bcd42883ced0915b (diff)
downloadluarocks-4e8c650d7daac769f9af843b1578dd2521318972.tar.gz
luarocks-4e8c650d7daac769f9af843b1578dd2521318972.tar.bz2
luarocks-4e8c650d7daac769f9af843b1578dd2521318972.zip
Tests: replace #blackbox with #integration and #whitebox with #unit
Diffstat (limited to 'spec/write_rockspec_spec.lua')
-rw-r--r--spec/write_rockspec_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/write_rockspec_spec.lua b/spec/write_rockspec_spec.lua
index 95dc87ff..295eaa6b 100644
--- a/spec/write_rockspec_spec.lua
+++ b/spec/write_rockspec_spec.lua
@@ -3,7 +3,7 @@ local git_repo = require("spec.util.git_repo")
3local lfs = require("lfs") 3local lfs = require("lfs")
4local run = test_env.run 4local run = test_env.run
5 5
6describe("LuaRocks write_rockspec tests #blackbox #b_write_rockspec", function() 6describe("LuaRocks write_rockspec tests #integration", function()
7 7
8 before_each(function() 8 before_each(function()
9 test_env.setup_specs() 9 test_env.setup_specs()