aboutsummaryrefslogtreecommitdiff
path: root/spec/write_rockspec_spec.lua
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-05-28 19:12:08 -0300
committerHisham Muhammad <hisham@gobolinux.org>2018-05-28 20:15:26 -0300
commit27ae57f6140cb8c136c74c38d415afdcadb58ddd (patch)
tree6047ddc183a9c40960b1bd650c58409662680d8b /spec/write_rockspec_spec.lua
parent5b496c39e051f0ed77c1969580a91e733ec3f6a8 (diff)
downloadluarocks-27ae57f6140cb8c136c74c38d415afdcadb58ddd.tar.gz
luarocks-27ae57f6140cb8c136c74c38d415afdcadb58ddd.tar.bz2
luarocks-27ae57f6140cb8c136c74c38d415afdcadb58ddd.zip
Tests: cache build of mock server dependencies to speed up tests
Diffstat (limited to 'spec/write_rockspec_spec.lua')
-rw-r--r--spec/write_rockspec_spec.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/write_rockspec_spec.lua b/spec/write_rockspec_spec.lua
index 0a0988d0..95dc87ff 100644
--- a/spec/write_rockspec_spec.lua
+++ b/spec/write_rockspec_spec.lua
@@ -3,8 +3,6 @@ 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
6local extra_rocks = test_env.mock_server_extra_rocks()
7
8describe("LuaRocks write_rockspec tests #blackbox #b_write_rockspec", function() 6describe("LuaRocks write_rockspec tests #blackbox #b_write_rockspec", function()
9 7
10 before_each(function() 8 before_each(function()
@@ -79,7 +77,6 @@ describe("LuaRocks write_rockspec tests #blackbox #b_write_rockspec", function()
79 describe("from tarball #mock", function() 77 describe("from tarball #mock", function()
80 78
81 setup(function() 79 setup(function()
82 test_env.setup_specs(extra_rocks)
83 test_env.mock_server_init() 80 test_env.mock_server_init()
84 end) 81 end)
85 teardown(function() 82 teardown(function()