summaryrefslogtreecommitdiffhomepage
path: root/test_suite.rb
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-02-09 14:14:52 -0500
committerrealtradam <[email protected]>2023-02-09 14:14:52 -0500
commit5b2411b523565a229f66726ce66b693848d1abc2 (patch)
treefd286058e8cca33d26a8412edd04c3136e1f323e /test_suite.rb
downloadmruby-playground-5b2411b523565a229f66726ce66b693848d1abc2.tar.gz
mruby-playground-5b2411b523565a229f66726ce66b693848d1abc2.zip
init
Diffstat (limited to 'test_suite.rb')
-rw-r--r--test_suite.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test_suite.rb b/test_suite.rb
new file mode 100644
index 0000000..b0a6b36
--- /dev/null
+++ b/test_suite.rb
@@ -0,0 +1,4 @@
+BasicExample.say_hello
+BasicExample.say_goodbye
+
+puts "Reached end of test suite."