diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-05-28 19:12:08 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-05-28 20:15:26 -0300 |
commit | 27ae57f6140cb8c136c74c38d415afdcadb58ddd (patch) | |
tree | 6047ddc183a9c40960b1bd650c58409662680d8b /spec/write_rockspec_spec.lua | |
parent | 5b496c39e051f0ed77c1969580a91e733ec3f6a8 (diff) | |
download | luarocks-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.lua | 3 |
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") | |||
3 | local lfs = require("lfs") | 3 | local lfs = require("lfs") |
4 | local run = test_env.run | 4 | local run = test_env.run |
5 | 5 | ||
6 | local extra_rocks = test_env.mock_server_extra_rocks() | ||
7 | |||
8 | describe("LuaRocks write_rockspec tests #blackbox #b_write_rockspec", function() | 6 | describe("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() |