No need to extend ActiveSupport::Extend here

This commit is contained in:
Oscar Del Ben 2012-04-04 15:28:13 +03:00
parent 02b9c22df8
commit db86b2a059

@ -4,8 +4,6 @@ module ActionDispatch
module Assertions module Assertions
# A small suite of assertions that test responses from \Rails applications. # A small suite of assertions that test responses from \Rails applications.
module ResponseAssertions module ResponseAssertions
extend ActiveSupport::Concern
# Asserts that the response is one of the following types: # Asserts that the response is one of the following types:
# #
# * <tt>:success</tt> - Status code was in the 200-299 range # * <tt>:success</tt> - Status code was in the 200-299 range