Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread
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


Thread View

Thread Author Date
Test filesDaniel Berger2006-02-27 19:56
      RE: Test filesJames Gray2006-02-27 21:03
            RE: Test filesDaniel Berger2006-02-28 02:16
                  RE: Test filesJames Gray2006-02-28 03:39

Post a followup to this message