| Message: 7897 |
 |
BY: James Gray (bbazzarrakk) DATE: 2006-02-27 21:03 SUBJECT: RE: Test files I'm not sure how this relates to the shebang line, but you can easily run the tests before installing FasterCSV. From the root project directory I use the following:
ruby -I lib:test test/ts_all.rb
This is how tools like Rake handle tests by default and I was under the impression that it is a standard Ruby idiom. In fact, if you have Rake instead, you can shorten that to the following:
rake
I prefer this approach over $LOAD_PATH hacking, but if it doesn't work for you for some reason, please let me know.
James Edward Gray II | |