Description:

Generate a new api client spec files.

Example:

rails g rspec:api_client path/to/resource get:path/to/resource` --endpoint https://example.com

This will create:
    create  spec/api_clients/path/to/resource_api_client_spec.rb