add test suite (rudimentary)

This commit is contained in:
Laurent Sansonetti
2012-09-10 15:36:37 +02:00
parent eb59d3b2cc
commit 81a71a4c5c
24 changed files with 889 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#desc "An inline function" do
# it "can be called" do
# TestInlineFunction(1, 2, 3).should == 1 + 2 + 3
# end
#end