I have several controllers already set up. Now I want to start writing spec tests for them. Is there a command that generates the spec files automatically? I know rails does
rails g rspec:controller ControllerName
When it asks you to override the existing controller, type n.
n