Anyone experienced RSpec/Autotest forgetting models?

Hi

Saving a controller spec frequently gives me this error:

LoadError in ‘UsersController GET /users with basic request params
should
find all the user types’
Expected
/home/amoran/Documents/becta/apps/Backend/app/models/user_type.rb
to define UserType
./spec/controllers/users_controller_spec.rb:299:
script/spec:4:

I have to Ctrl-C autotest before it will load again.

Anyone else seen this? Is it a known issue? I am on trunk r3333.

Thanks
Ashley

On Thu, Apr 3, 2008 at 4:56 AM, Ashley M.
[email protected] wrote:

script/spec:4:

I have to Ctrl-C autotest before it will load again.

Anyone else seen this? Is it a known issue?

This question comes up a lot. Please search at
http://rspec.lighthouseapp.com for a ticket. If you don’t find
something, consider it “not known” and add a ticket.

Thanks,
David