summaryrefslogtreecommitdiffstats
path: root/test/test_lib.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_lib.rb')
-rw-r--r--test/test_lib.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/test_lib.rb b/test/test_lib.rb
new file mode 100644
index 0000000..bf3a665
--- /dev/null
+++ b/test/test_lib.rb
@@ -0,0 +1,8 @@
+#! /usr/bin/env ruby
+# -*- coding: UTF-8 -*-
+#
+require 'lib'
+#
+LIB::Test.new.hello
+#
+# EOF