diff options
Diffstat (limited to 'spec/doc_spec.lua')
| -rw-r--r-- | spec/doc_spec.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/doc_spec.lua b/spec/doc_spec.lua index e4e7f5f2..9dbeaab8 100644 --- a/spec/doc_spec.lua +++ b/spec/doc_spec.lua | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | local test_env = require("test/test_environment") | 1 | local test_env = require("test/test_environment") |
| 2 | local run = test_env.run | ||
| 2 | 3 | ||
| 3 | test_env.unload_luarocks() | 4 | test_env.unload_luarocks() |
| 4 | 5 | ||
| @@ -10,8 +11,6 @@ describe("LuaRocks doc tests #blackbox #b_doc", function() | |||
| 10 | 11 | ||
| 11 | before_each(function() | 12 | before_each(function() |
| 12 | test_env.setup_specs(extra_rocks) | 13 | test_env.setup_specs(extra_rocks) |
| 13 | testing_paths = test_env.testing_paths | ||
| 14 | run = test_env.run | ||
| 15 | end) | 14 | end) |
| 16 | 15 | ||
| 17 | describe("LuaRocks doc basic tests", function() | 16 | describe("LuaRocks doc basic tests", function() |
