summaryrefslogtreecommitdiffhomepage
path: root/test/t/module.rb
diff options
context:
space:
mode:
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
+