From 4e8c650d7daac769f9af843b1578dd2521318972 Mon Sep 17 00:00:00 2001 From: George Roman Date: Fri, 1 Jun 2018 00:05:49 +0300 Subject: Tests: replace #blackbox with #integration and #whitebox with #unit --- spec/doc_spec.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'spec/doc_spec.lua') diff --git a/spec/doc_spec.lua b/spec/doc_spec.lua index 6d91fc00..c7cacc94 100644 --- a/spec/doc_spec.lua +++ b/spec/doc_spec.lua @@ -9,7 +9,7 @@ local extra_rocks = { "/c3-1.0-1.src.rock" } -describe("LuaRocks doc tests #blackbox #b_doc", function() +describe("LuaRocks doc tests #integration", function() before_each(function() test_env.setup_specs(extra_rocks) @@ -75,5 +75,3 @@ describe("LuaRocks doc tests #blackbox #b_doc", function() end) end) end) - - -- cgit v1.2.3-55-g6feb