aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
diff options
context:
space:
mode:
authorTimm <kaspth@gmail.com>2013-08-13 10:52:58 +0200
committerTimm <kaspth@gmail.com>2014-06-16 21:04:05 +0200
commitdddf86a3b75c6fc01be34dd94e7ad0d02fa0829f (patch)
treee5847f4bf9a73911c1899919e1c652b12fbef17b /actionpack/lib
parent53f25ae348f7fdcae27c3d89369738f1e8b455d9 (diff)
downloadrails-dddf86a3b75c6fc01be34dd94e7ad0d02fa0829f.tar.gz
rails-dddf86a3b75c6fc01be34dd94e7ad0d02fa0829f.tar.bz2
rails-dddf86a3b75c6fc01be34dd94e7ad0d02fa0829f.zip
Trimmed deprecation message for ActionDispatch::Assertions::SelectorAssertions.
Diffstat (limited to 'actionpack/lib')
-rw-r--r--actionpack/lib/action_dispatch/testing/assertions/selector.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/testing/assertions/selector.rb b/actionpack/lib/action_dispatch/testing/assertions/selector.rb
index 588da094d5..bb6aec7415 100644
--- a/actionpack/lib/action_dispatch/testing/assertions/selector.rb
+++ b/actionpack/lib/action_dispatch/testing/assertions/selector.rb
@@ -1,3 +1,3 @@
require 'active_support/deprecation'
-ActiveSupport::Deprecation.warn("ActionDispatch::Assertions::SelectorAssertions has been moved to ActionView. You can find it in action_view/testing/assertions/selector.rb.") \ No newline at end of file
+ActiveSupport::Deprecation.warn("ActionDispatch::Assertions::SelectorAssertions has been moved to Action View in action_view/testing/assertions/selector.rb.") \ No newline at end of file