How to RSpec a Jbuilder response from a Rails JSON API
Want to write a Rails API controller test and make sure it includes exactly what your Jbuilder serializer returns? You need to enable render_views
. Learn why in this post.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Want to write a Rails API controller test and make sure it includes exactly what your Jbuilder serializer returns? You need to enable render_views
. Learn why in this post.
Post a comment