[test] update RM-276 spec

This commit is contained in:
Watson
2014-05-19 07:16:09 +09:00
parent b25fce98df
commit ffbb6e4f59
2 changed files with 5 additions and 2 deletions

View File

@@ -8,6 +8,9 @@ class Base
end
def func(x, a:y, b:z)
x.should == 1
y.should == 2
z.should == {"foo"=>3, "bar"=>4}
12345
end
@@ -23,7 +26,7 @@ class Foo < Base
end
def func(x, a:y, b:z)
super(x, a:y, b:z)
super(1, a:2, b:{"foo"=>3, "bar"=>4})
end
def func2(x, y)

2
vm

Submodule vm updated: 97670678bb...06dde06161