Closed st0012 closed 8 years ago
How are you rendering your JSON? Are you using Jbuilder or something? A plain render json:
has worked fine for me in multiple projets
I am using jbuilder, but I don't specify what to render in my action, I use before action to set format to be :json
, and seems that in this case fdoc can't get the view in tests.
And if I use FDOC_SCAFFOLD=true
to generate .fdoc
file, the responseParameters
's value will be just a {}
This is for #66