From f28d073a394c0575dac5505e2c1c8cafc66034c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julia=20L=C3=B3pez?= Date: Wed, 21 Dec 2016 17:08:46 +0100 Subject: fix with_routing when testing api only controllers --- actionpack/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'actionpack/CHANGELOG.md') diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 2f0c677ad1..a5f6426f21 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,3 +1,7 @@ +* Make `with_routing` test helper work when testing controllers inheriting from `ActionController::API` + + *Julia López* + * Use accept header in integration tests with `as: :json` Instead of appending the `format` to the request path, Rails will figure -- cgit v1.2.3