Re: [rspec-users] Autospec only runs specs in spec/models/ folder

2008-11-18 Thread Wayne Soh
David Chelimsky wrote: > On Tue, Nov 18, 2008 at 1:28 PM, Wayne Soh <[EMAIL PROTECTED]> wrote: >> Hi, >> >> Where do I change the mappings of the specs in my rails app. >> rspec/lib/autotest/rspec.rb? >> >> Given the latest versions in rspec, what is the bare minimum >> plugins/gems that I need to

Re: [rspec-users] Autospec only runs specs in spec/models/ folder

2008-11-18 Thread David Chelimsky
On Tue, Nov 18, 2008 at 1:28 PM, Wayne Soh <[EMAIL PROTECTED]> wrote: > Hi, > > Where do I change the mappings of the specs in my rails app. > rspec/lib/autotest/rspec.rb? > > Given the latest versions in rspec, what is the bare minimum > plugins/gems that I need to run autospec. I've been playing