diff options
author | Oscar Del Ben <info@oscardelben.com> | 2012-04-04 15:28:13 +0300 |
---|---|---|
committer | Oscar Del Ben <info@oscardelben.com> | 2012-04-04 15:28:13 +0300 |
commit | db86b2a059440cdf46466bfb11db66d7c72b2123 (patch) | |
tree | 95068628e5aa89f18457509276320fa291356025 /actionpack/lib/action_dispatch/testing/assertions | |
parent | 02b9c22df8053d71782ae11900d0194f217afc3c (diff) | |
download | rails-db86b2a059440cdf46466bfb11db66d7c72b2123.tar.gz rails-db86b2a059440cdf46466bfb11db66d7c72b2123.tar.bz2 rails-db86b2a059440cdf46466bfb11db66d7c72b2123.zip |
No need to extend ActiveSupport::Extend here
Diffstat (limited to 'actionpack/lib/action_dispatch/testing/assertions')
-rw-r--r-- | actionpack/lib/action_dispatch/testing/assertions/response.rb | 2 |
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 |