This is the case:
I am using Hobo with which I ran the hobo_model_controller generator which creates (amongst others) a controller, let’s call it PeopleController.
But I want to be able to use rspec and it’s rspec_scaffold generator. However trying to simply run these one after another will result in the following error:
The name ‘PeopleController’ is reserved [...]