summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/g
diff options
context:
space:
mode:
authorDaniel Bovensiepen <[email protected]>2012-09-20 01:31:26 +0800
committerDaniel Bovensiepen <[email protected]>2012-09-20 01:31:26 +0800
commit9a11c45e64dd9010d70a3a7e63819cec78c83afb (patch)
treed1671ebc9abbeb893b6f879b659f874226836abb /mrbgems/g
parent19fa4a0993acef802ab4250541c1df72c7e2b604 (diff)
downloadmruby-9a11c45e64dd9010d70a3a7e63819cec78c83afb.tar.gz
mruby-9a11c45e64dd9010d70a3a7e63819cec78c83afb.zip
Integrate tests into mrbgems
Diffstat (limited to 'mrbgems/g')
-rw-r--r--mrbgems/g/hello_world/test/hello_world.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/mrbgems/g/hello_world/test/hello_world.rb b/mrbgems/g/hello_world/test/hello_world.rb
new file mode 100644
index 000000000..2d8c335db
--- /dev/null
+++ b/mrbgems/g/hello_world/test/hello_world.rb
@@ -0,0 +1,3 @@
+assert('Hello World') do
+ HW.respond_to? :say
+end