Hello,
I am currently working on Ubuntu machine in which there is already a
spec file generated which has some models
So i just updated by entering the command “ruby script/generate rspec”
Now when i try to generate rspec model then it shows error as
“The name ‘User’ is either already used in your application or reserved
by Ruby on Rails.Please choose an alternative and run this generator
again.”
I am getting this for almost for every rspec model
Please suggest.