diff options
| author | Daniel Bovensiepen <[email protected]> | 2012-09-20 01:31:26 +0800 |
|---|---|---|
| committer | Daniel Bovensiepen <[email protected]> | 2012-09-20 01:31:26 +0800 |
| commit | 9a11c45e64dd9010d70a3a7e63819cec78c83afb (patch) | |
| tree | d1671ebc9abbeb893b6f879b659f874226836abb /mrbgems/g | |
| parent | 19fa4a0993acef802ab4250541c1df72c7e2b604 (diff) | |
| download | mruby-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.rb | 3 |
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 |
