diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2012-04-04 07:53:13 -0700 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2012-04-04 07:53:13 -0700 |
commit | f7a76aab5bf84fb368981c7247c23cce8447df9b (patch) | |
tree | 95068628e5aa89f18457509276320fa291356025 /actionpack | |
parent | 02b9c22df8053d71782ae11900d0194f217afc3c (diff) | |
parent | db86b2a059440cdf46466bfb11db66d7c72b2123 (diff) | |
download | rails-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
Diffstat (limited to 'actionpack')
-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 |