But my controller specs render everything correctly without raising the template error. Seems like an error to have the second potential lookup start with the views namespace.
Not sure if this is grape, jbuilder, or grape-jbuilder, just assumed it was this library because it seems like you are setting up the render paths.
Take a simple template
views/api/posts.jbuilder
:And a structure like this:
I get the following error in my views specs:
But my controller specs render everything correctly without raising the template error. Seems like an error to have the second potential lookup start with the
views
namespace.Not sure if this is grape, jbuilder, or grape-jbuilder, just assumed it was this library because it seems like you are setting up the render paths.
Or is this something I did?