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 around and installing too much stuff into my app that I'm confused :P THanks! Wayne
on 2008-11-18 20:28
on 2008-11-18 20:40
On Tue, Nov 18, 2008 at 1:28 PM, Wayne Soh <lists@ruby-forum.com> 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 around and > installing too much stuff into my app that I'm confused :P All you need to do this is rspec-rails, rspec, and ZenTest. If you look at lib/autotest/rails_rspec.rb, you'll see how RailsRspec clears and resets the mappings between spec files and their associated application code files. Take a look at that and see if it makes sense to you. If so, you can follow a similar path with your own mappings in a .autotest file at the root of your project. HTH, David
on 2008-11-18 22:54
David Chelimsky wrote: > On Tue, Nov 18, 2008 at 1:28 PM, Wayne Soh <lists@ruby-forum.com> 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 around and >> installing too much stuff into my app that I'm confused :P > > All you need to do this is rspec-rails, rspec, and ZenTest. > > If you look at lib/autotest/rails_rspec.rb, you'll see how RailsRspec > clears and resets the mappings between spec files and their associated > application code files. Take a look at that and see if it makes sense > to you. If so, you can follow a similar path with your own mappings in > a .autotest file at the root of your project. > > HTH, > David Thanks. Realised that there were a few extra folders that were created in the spec which wasn't mapped.
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.