diff options
author | Hisham <hisham@gobolinux.org> | 2016-07-11 01:15:41 -0300 |
---|---|---|
committer | Hisham <hisham@gobolinux.org> | 2016-07-11 01:15:41 -0300 |
commit | 994a041b4f1348564f390f3f4d8ec040c8edb4b8 (patch) | |
tree | 128d264d86576e0b62225056769b7097a745b822 /.busted | |
parent | 41eccd4ca6fe51f8174dd43744e7a4bab4daf2cb (diff) | |
parent | 77b41dd05a870feeb519e930472133f63cf94317 (diff) | |
download | luarocks-994a041b4f1348564f390f3f4d8ec040c8edb4b8.tar.gz luarocks-994a041b4f1348564f390f3f4d8ec040c8edb4b8.tar.bz2 luarocks-994a041b4f1348564f390f3f4d8ec040c8edb4b8.zip |
Merge branch 'master' of https://github.com/keplerproject/luarocks
Diffstat (limited to '.busted')
-rw-r--r-- | .busted | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.busted b/.busted new file mode 100644 index 00000000..29a8137b --- /dev/null +++ b/.busted | |||
@@ -0,0 +1,6 @@ | |||
1 | return { | ||
2 | default = { | ||
3 | helper = "test/test_environment", | ||
4 | ["auto-insulate"] = false | ||
5 | } | ||
6 | } | ||