diff options
Diffstat (limited to 'spec/build_spec.lua')
-rw-r--r-- | spec/build_spec.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/build_spec.lua b/spec/build_spec.lua index 00eac2e1..08a9c93f 100644 --- a/spec/build_spec.lua +++ b/spec/build_spec.lua | |||
@@ -210,12 +210,6 @@ describe("LuaRocks build #integration", function() | |||
210 | end) | 210 | end) |
211 | end | 211 | end |
212 | 212 | ||
213 | it("downgrades directories correctly", function() | ||
214 | assert(run.luarocks_bool("build --nodeps busted 2.0.0" )) | ||
215 | assert(run.luarocks_bool("build --nodeps busted 2.0.rc13" )) | ||
216 | assert(run.luarocks_bool("build --nodeps busted 2.0.0" )) | ||
217 | end) | ||
218 | |||
219 | it("only deps", function() | 213 | it("only deps", function() |
220 | local rockspec = testing_paths.fixtures_dir .. "/build_only_deps-0.1-1.rockspec" | 214 | local rockspec = testing_paths.fixtures_dir .. "/build_only_deps-0.1-1.rockspec" |
221 | 215 | ||