aboutsummaryrefslogtreecommitdiff
path: root/.busted
diff options
context:
space:
mode:
authorWesley <wesley.werner@gmail.com>2017-12-02 13:47:43 +0200
committerWesley <wesley.werner@gmail.com>2017-12-02 13:47:43 +0200
commit70456152fafb83e661fa882fe4e7ec04a29670fd (patch)
treedce3e4740fd24d49feeb3f7965f92d1a1d649058 /.busted
parent21bc35bf32c48a229aec09a6d433c55acc532e77 (diff)
downloadlua-star-70456152fafb83e661fa882fe4e7ec04a29670fd.tar.xz
Add lua star, example and documentation.
Diffstat (limited to '.busted')
-rw-r--r--.busted7
1 files changed, 7 insertions, 0 deletions
diff --git a/.busted b/.busted
new file mode 100644
index 0000000..9a81402
--- /dev/null
+++ b/.busted
@@ -0,0 +1,7 @@
+return {
+ default = {
+ verbose = true,
+ coverage = false,
+ ROOT = {"tests"},
+ }
+}