summaryrefslogtreecommitdiffhomepage
path: root/test/t/module.rb
diff options
context:
space:
mode:
authorDaniel Bovensiepen <[email protected]>2012-05-25 14:01:14 +0800
committerDaniel Bovensiepen <[email protected]>2012-05-25 14:01:14 +0800
commit150b235fb650f15277e99080bc639bc4b60e08ba (patch)
tree12f76d18a191c41d2e9f6098e673a6d080032cde /test/t/module.rb
parentd9227aa41d8e626e7ff706f2d8cb94fea08658a9 (diff)
downloadmruby-150b235fb650f15277e99080bc639bc4b60e08ba.tar.gz
mruby-150b235fb650f15277e99080bc639bc4b60e08ba.zip
Add Tests for all Exception classes, for false, true, Proc, Module, nil and Object
Diffstat (limited to 'test/t/module.rb')
-rw-r--r--test/t/module.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/t/module.rb b/test/t/module.rb
new file mode 100644
index 000000000..f9efa553a
--- /dev/null
+++ b/test/t/module.rb
@@ -0,0 +1,11 @@
+##
+# Module ISO Test
+
+assert('Module', '15.2.2') do
+ Module.class == Class
+end
+
+# TODO not implemented ATM assert('Module.constants', '15.2.2') do
+
+# TODO not implemented ATM assert('Module.nesting', '15.2.2') do
+