Simple way:

put your scripts in the same folder (example: script1.rb, script2.rb...)

make script that calls other scripts:

require "script1"
require "script2"

Zeljko

2006/1/27, Rexhina Alickolli <[EMAIL PROTECTED]>:
>
>
>
> Hello guys:
>
> I have just started to work with ruby and I am wondering if there is a way
> to write a ruby test script that can call other ruby test scripts?  ( so I
> want to merge and run all the methods which are written in separate ruby
> test scripts)
>
>
>
> Thanks--regina
>
>
> _______________________________________________
> Wtr-general mailing list
> [email protected]
> http://rubyforge.org/mailman/listinfo/wtr-general
>
>


--
http://iskusivac.blog.hr/

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to