Description:
Generates a spec for a Command (aka Service Object). Provide additional command arguments for parameters used by the Command
Example:
rails generate rspec:simpler_command PublishArticle article This will create: spec/commands/publish_article_spec.rb