From d40b30e4fa2a5bda713dbfb777c8b121fb9d1b93 Mon Sep 17 00:00:00 2001 From: Mauro George Date: Mon, 21 Dec 2015 18:32:09 -0200 Subject: [PATCH] Update docs from AMS to ActiveModelSerializers --- docs/howto/test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/test.md b/docs/howto/test.md index 88cb9fed6..67cbef1cb 100644 --- a/docs/howto/test.md +++ b/docs/howto/test.md @@ -2,7 +2,7 @@ ## Test helpers -AMS provides a `assert_serializer` method to be used on your controller tests to +ActiveModelSerializers provides a `assert_serializer` method to be used on your controller tests to assert that a specific serializer was used. ```ruby