aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-09-03 15:17:05 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-09-04 11:37:43 +0900
commit333f10e32c0b8cbaf4dbaaee3333d21b138a7d4a (patch)
treed0464284d513fb8af1737ecf2eeb0a7d7f835d0f /actionpack/CHANGELOG.md
parent55c5dffd9f2220507ff1a7635c00a81577a8a391 (diff)
downloadrails-333f10e32c0b8cbaf4dbaaee3333d21b138a7d4a.tar.gz
rails-333f10e32c0b8cbaf4dbaaee3333d21b138a7d4a.tar.bz2
rails-333f10e32c0b8cbaf4dbaaee3333d21b138a7d4a.zip
make `fixture_file_upload` work in integration tests
Currently, `fixture_file_upload` does not work in integration test. Because, `TestProcess` module has been include in `Session` class, but `fixture_path` can not get from `Session` class. Modify to include `TestProcess` in `IntegrationTest` class in order to get correct value of `fixture_path`.
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 c6ea22a591..96af4d9397 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Make `fixture_file_upload` work in integration tests.
+
+ *Yuji Yaginuma*
+
* Add `to_param` to `ActionController::Parameters` deprecations.
In the future `ActionController::Parameters` are discouraged from being used