mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-24 23:06:50 +00:00
Update docs
This commit is contained in:
parent
eaedcefa4e
commit
aa66592a80
@ -30,7 +30,10 @@ module ActionController
|
||||
# # assert that the "PostSerializer" serializer was rendered
|
||||
# assert_serializer "PostSerializer"
|
||||
#
|
||||
# # assert that the exact serializer "Post" was rendered
|
||||
# # assert that the "PostSerializer" serializer was rendered
|
||||
# assert_serializer :post_serializer
|
||||
#
|
||||
# # assert that the rendered serializer starts with "Post"
|
||||
# assert_serializer %r{\APost.+\Z}
|
||||
#
|
||||
# # assert that no serializer was rendered
|
||||
|
||||
Loading…
Reference in New Issue
Block a user