From db86b2a059440cdf46466bfb11db66d7c72b2123 Mon Sep 17 00:00:00 2001 From: Oscar Del Ben Date: Wed, 4 Apr 2012 15:28:13 +0300 Subject: No need to extend ActiveSupport::Extend here --- actionpack/lib/action_dispatch/testing/assertions/response.rb | 2 -- 1 file changed, 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: # # * :success - Status code was in the 200-299 range -- cgit v1.2.3