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