Dear All, I define the method within test case as like this
...
# call method1
method1
...
# call method2
method2
Def method1
....
End
Def method2
....
End
But I got the error about the method1, method2 undefined
How's solve this problem?
Thank you for help
Regards,
Hue
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general
