Not sure if this is rspec or autotest. When autotest is running, and I add new files in my rails project, it doesn''t notice. I have to restart autotest for it to start seeing them. Not the end of the world, just a small inconvenience. Steve
On Feb 18, 2008 4:59 PM, Steve <vertebrate at gmail.com> wrote:> Not sure if this is rspec or autotest. When autotest is running, and I > add new files in my rails project, it doesn''t notice. I have to restart > autotest for it to start seeing them. Not the end of the world, just a > small inconvenience.That''s autotest. You can prove it to yourself by starting up a new non-rails project w/ test/unit and you''ll see the same behaviour. HTH, David> > Steve > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
On Mon, 18 Feb 2008 17:06:03 -0500, David Chelimsky wrote:> On Feb 18, 2008 4:59 PM, Steve > <vertebrate at gmail.com> wrote: >> Not sure if this is rspec or autotest. When autotest is running, and I >> add new files in my rails project, it doesn''t notice. I have to restart >> autotest for it to start seeing them. Not the end of the world, just a >> small inconvenience. > > That''s autotest. You can prove it to yourself by starting up a new > non-rails project w/ test/unit and you''ll see the same behaviour.Do you know if it''s a bug? I thought it used to work the way I was expecting.
On Feb 18, 2008 6:07 PM, Steve <vertebrate at gmail.com> wrote:> On Mon, 18 Feb 2008 17:06:03 -0500, David Chelimsky wrote: > > > On Feb 18, 2008 4:59 PM, Steve > > <vertebrate at gmail.com> wrote: > >> Not sure if this is rspec or autotest. When autotest is running, and I > >> add new files in my rails project, it doesn''t notice. I have to restart > >> autotest for it to start seeing them. Not the end of the world, just a > >> small inconvenience. > > > > That''s autotest. You can prove it to yourself by starting up a new > > non-rails project w/ test/unit and you''ll see the same behaviour. > > Do you know if it''s a bug? I thought it used to work the way I was > expecting.You just answered your own question. You may want to file a bug report in the ZenTest tracker: http://rubyforge.org/tracker/?group_id=419> > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >