Re: [rspec-users] Autotest with RSpec Rails and Engines

2008-01-31 Thread lfeistel
Thanks, your blog post was very helpful. I've got autotest working in my plugin. One hurdle I had to jump was that the new autotest defines an exception for vendor/plugins by default. So you can sit and define mappings all day and never get any results because the whole plugins directory is not

Re: [rspec-users] Autotest with RSpec Rails and Engines

2008-01-30 Thread David Chelimsky
On Sep 25, 2007 4:16 AM, Shane Mingins [EMAIL PROTECTED] wrote: Hi We have a Rails project using an engine which I want to run autotest with rspec against. So the project specific specs are in the specs directory but the common specs are in the specs directory of the engine plugin (e.g.

Re: [rspec-users] Autotest with RSpec Rails and Engines

2008-01-30 Thread David Chelimsky
On Jan 30, 2008 4:16 PM, lfeistel [EMAIL PROTECTED] wrote: I am also running into nearly this same issue. I am using NetBeans with autotest as I am developing a new Engine Plugin. I would like the tests for the Engine to live in the plugin's spec directory. But it seems that the only way to