aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorVishal Lal <vish61@gmail.com>2014-03-22 22:50:55 +0000
committerVishal Lal <vish61@gmail.com>2014-03-22 22:58:37 +0000
commit0ebae1dbc59c34f6b5ae87bf96b8848051a0254c (patch)
tree0b31e059da70d8dcbb9243fd89b8f634e6a330ed /actionpack/CHANGELOG.md
parent9d44b3f886847eee9c70097165863f8e37d3d1d8 (diff)
downloadrails-0ebae1dbc59c34f6b5ae87bf96b8848051a0254c.tar.gz
rails-0ebae1dbc59c34f6b5ae87bf96b8848051a0254c.tar.bz2
rails-0ebae1dbc59c34f6b5ae87bf96b8848051a0254c.zip
Swapped parameters of assert_equal in assert_select
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 59460cbe82..fe5b38d29f 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,3 +1,10 @@
+* Swapped the parameters of assert_equal in `assert_select` so that the
+ proper values were printed correctly
+
+ Fixes #14422.
+
+ *Vishal Lal*
+
* The method `shallow?` returns false if the parent resource is a singleton so
we need to check if we're not inside a nested scope before copying the :path
and :as options to their shallow equivalents.