diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2016-08-22 15:45:00 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-22 15:45:00 -0300 |
| commit | 19646202422bbcf410c66b16d57348955a03c390 (patch) | |
| tree | 488eb96e00f764703850da62ed6486ee87958b5f /spec/refresh_cache_spec.lua | |
| parent | 5cdc22fb3c3a85160cd7c2d49ba10ab113e4a784 (diff) | |
| parent | de72b50eb21fa264a6090c3d062217963c52f74b (diff) | |
| download | luarocks-19646202422bbcf410c66b16d57348955a03c390.tar.gz luarocks-19646202422bbcf410c66b16d57348955a03c390.tar.bz2 luarocks-19646202422bbcf410c66b16d57348955a03c390.zip | |
Merge pull request #606 from robooo/new-tests
New tests, Windows support
Diffstat (limited to 'spec/refresh_cache_spec.lua')
| -rw-r--r-- | spec/refresh_cache_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/refresh_cache_spec.lua b/spec/refresh_cache_spec.lua index c20771ab..09f5645e 100644 --- a/spec/refresh_cache_spec.lua +++ b/spec/refresh_cache_spec.lua | |||
| @@ -4,7 +4,7 @@ local run = test_env.run | |||
| 4 | test_env.unload_luarocks() | 4 | test_env.unload_luarocks() |
| 5 | 5 | ||
| 6 | describe("LuaRocks refresh_cache tests #blackbox #b_refresh_cache", function() | 6 | describe("LuaRocks refresh_cache tests #blackbox #b_refresh_cache", function() |
| 7 | 7 | ||
| 8 | before_each(function() | 8 | before_each(function() |
| 9 | test_env.setup_specs() | 9 | test_env.setup_specs() |
| 10 | end) | 10 | end) |
