aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorJulia López <julialopez@gmail.com>2016-12-21 17:08:46 +0100
committerJulia López <julialopez@gmail.com>2016-12-29 20:46:30 +0100
commitf28d073a394c0575dac5505e2c1c8cafc66034c4 (patch)
tree9b1c374757715214e77854584888a9ac2219631a /actionpack/CHANGELOG.md
parent8c547838446a604d7bf4a93340767cfcb1bbe2ce (diff)
downloadrails-f28d073a394c0575dac5505e2c1c8cafc66034c4.tar.gz
rails-f28d073a394c0575dac5505e2c1c8cafc66034c4.tar.bz2
rails-f28d073a394c0575dac5505e2c1c8cafc66034c4.zip
fix with_routing when testing api only controllers
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
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