aboutsummaryrefslogtreecommitdiff
path: root/spec/show_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/show_spec.lua')
-rw-r--r--spec/show_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/show_spec.lua b/spec/show_spec.lua
index a58eea52..6f055612 100644
--- a/spec/show_spec.lua
+++ b/spec/show_spec.lua
@@ -1,4 +1,5 @@
1local test_env = require("test/test_environment") 1local test_env = require("test/test_environment")
2local run = test_env.run
2 3
3test_env.unload_luarocks() 4test_env.unload_luarocks()
4 5
@@ -6,7 +7,6 @@ describe("LuaRocks show tests #blackbox #b_show", function()
6 7
7 before_each(function() 8 before_each(function()
8 test_env.setup_specs(extra_rocks) 9 test_env.setup_specs(extra_rocks)
9 run = test_env.run
10 end) 10 end)
11 11
12 it("LuaRocks show with no flags/arguments", function() 12 it("LuaRocks show with no flags/arguments", function()