This creates some spec templates when you generate an api.
Should it also generate passing specs for the api endpoints defined in foo_api.rb? It'd have to mount the api in application_api.rb, which I'm not sure if you expect the api to be live once you generate it.
This creates some spec templates when you generate an api.
Should it also generate passing specs for the api endpoints defined in
foo_api.rb
? It'd have to mount the api inapplication_api.rb
, which I'm not sure if you expect the api to be live once you generate it.