summaryrefslogtreecommitdiffstats
path: root/tests/testsuite/main.rs
diff options
context:
space:
mode:
authorAndré Zanellato <30451287+AZanellato@users.noreply.github.com>2019-08-13 19:43:29 -0300
committerMatan Kushner <hello@matchai.me>2019-08-13 18:43:29 -0400
commitb06249d61c98813bf56c5c9fdc7d974a35b61dad (patch)
treebf13e98ea264925b7a99e762e4be36ae67cc5cff /tests/testsuite/main.rs
parentf10bfe4616794967e9014c978c3819e91634e4d6 (diff)
feat: implement the ruby module (#131)
Diffstat (limited to 'tests/testsuite/main.rs')
-rw-r--r--tests/testsuite/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testsuite/main.rs b/tests/testsuite/main.rs
index a2d47ac25..cbb1d9b69 100644
--- a/tests/testsuite/main.rs
+++ b/tests/testsuite/main.rs
@@ -8,4 +8,5 @@ mod jobs;
mod line_break;
mod nodejs;
mod python;
+mod ruby;
mod username;