File loading bug

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 [email protected] 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

On Mon, 18 Feb 2008 17:06:03 -0500, David C. wrote:

On Feb 18, 2008 4:59 PM, Steve
[email protected] 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 [email protected] wrote:

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