diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-02-22 17:35:41 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-02-22 17:35:41 -0300 |
commit | 06a46560944c0f2685222931362061a3f64db8b6 (patch) | |
tree | 9cdff42d6fd166c89642f10e713ce8c536e15863 /.busted | |
parent | b6badbab8ec8aac3741fb53f5343da37e966c7ac (diff) | |
download | luarocks-06a46560944c0f2685222931362061a3f64db8b6.tar.gz luarocks-06a46560944c0f2685222931362061a3f64db8b6.tar.bz2 luarocks-06a46560944c0f2685222931362061a3f64db8b6.zip |
Tests: add unit test for fs.is_file
Diffstat (limited to '.busted')
-rw-r--r-- | .busted | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ | |||
1 | return { | 1 | return { |
2 | default = { | 2 | default = { |
3 | output = "gtest", | ||
4 | verbose = true, | ||
3 | helper = "spec.util.test_env", | 5 | helper = "spec.util.test_env", |
4 | ["auto-insulate"] = false | 6 | ["auto-insulate"] = false |
5 | } | 7 | } |