D
David Moody
Hello all,
This is my first post to this forum and I am a ruby nood who usually
does C# development.
I am working on a little app and have seperated my classes into
different files. I put all of those file into a directory called lib.
like this
trunk
-----lib
-------JobList.rb
-----tests
-------JobListTest.rb
-----testfiles
In the test dir I have a file that does some unit testing. If I put
load '../lib/JobList'
It works. But I am thinking that maybe this isn't the best "Ruby way" to
do it.
Amy advise on how I should set up my project and use the load method?
Hmm. I just noticed that maybe I should put a single directory under
trunk as the root dir of my project?
BTW you can see all of this on Google code if it helps @
http://code.google.com/p/autosysjilreader/
Thanks in advance.
MoeBious
This is my first post to this forum and I am a ruby nood who usually
does C# development.
I am working on a little app and have seperated my classes into
different files. I put all of those file into a directory called lib.
like this
trunk
-----lib
-------JobList.rb
-----tests
-------JobListTest.rb
-----testfiles
In the test dir I have a file that does some unit testing. If I put
load '../lib/JobList'
It works. But I am thinking that maybe this isn't the best "Ruby way" to
do it.
Amy advise on how I should set up my project and use the load method?
Hmm. I just noticed that maybe I should put a single directory under
trunk as the root dir of my project?
BTW you can see all of this on Google code if it helps @
http://code.google.com/p/autosysjilreader/
Thanks in advance.
MoeBious