On 8/6/07, <b class="gmail_sendername">Scott Taylor</b> <<a href="mailto:mailing_lists@railsnewbie.com">mailing_lists@railsnewbie.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>I believe for rails projects you can put rspec's code repos into<br>vendor/plugins, and autotest will automatically use the rspec binary<br>in that directory, and not the gem installed.<br><br>Is there an easy way to do this for non-rails projects? There are a
<br>few advancements on trunk which I would like to take advantage of.<br>Tips welcome ; ).</blockquote><div><br>Check out the trunk somewhere and set RUBYLIB=/path/to/rspec/trunk?<br><br>Emulate the Rails vendor structure somewhat and have a bootstrap script that adds RSpec in that location to the load path?
<br><br>/Nick<br></div><br></div>