diff options
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() |