aboutsummaryrefslogtreecommitdiff
path: root/.busted
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-02-22 17:35:41 -0300
committerHisham Muhammad <hisham@gobolinux.org>2018-02-22 17:35:41 -0300
commit06a46560944c0f2685222931362061a3f64db8b6 (patch)
tree9cdff42d6fd166c89642f10e713ce8c536e15863 /.busted
parentb6badbab8ec8aac3741fb53f5343da37e966c7ac (diff)
downloadluarocks-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--.busted2
1 files changed, 2 insertions, 0 deletions
diff --git a/.busted b/.busted
index 8b246f0c..a77c8dae 100644
--- a/.busted
+++ b/.busted
@@ -1,5 +1,7 @@
1return { 1return {
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 }