aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-04-04 07:53:13 -0700
committerSantiago Pastorino <santiago@wyeworks.com>2012-04-04 07:53:13 -0700
commitf7a76aab5bf84fb368981c7247c23cce8447df9b (patch)
tree95068628e5aa89f18457509276320fa291356025
parent02b9c22df8053d71782ae11900d0194f217afc3c (diff)
parentdb86b2a059440cdf46466bfb11db66d7c72b2123 (diff)
downloadrails-f7a76aab5bf84fb368981c7247c23cce8447df9b.tar.gz
rails-f7a76aab5bf84fb368981c7247c23cce8447df9b.tar.bz2
rails-f7a76aab5bf84fb368981c7247c23cce8447df9b.zip
Merge pull request #5733 from oscardelben/patch-5
No need to extend ActiveSupport::Extend here
-rw-r--r--actionpack/lib/action_dispatch/testing/assertions/response.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/lib/action_dispatch/testing/assertions/response.rb b/actionpack/lib/action_dispatch/testing/assertions/response.rb
index bea54f9778..33f8f526b5 100644
--- a/actionpack/lib/action_dispatch/testing/assertions/response.rb
+++ b/actionpack/lib/action_dispatch/testing/assertions/response.rb
@@ -4,8 +4,6 @@ module ActionDispatch
module Assertions
# A small suite of assertions that test responses from \Rails applications.
module ResponseAssertions
- extend ActiveSupport::Concern
-
# Asserts that the response is one of the following types:
#
# * <tt>:success</tt> - Status code was in the 200-299 range