Have you only been testing deleting actions? If so you might have been fooled by the fact that you don't have to define a controller method for an action - as long as there is a template rails will render that automatically.
Another thing to lookout for is using require to load your controllers/models - that will confuse the code reloading system (it's fine to use it for gems, the ruby standard library etc)
Fred.