aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/testing/assertions
diff options
context:
space:
mode:
authorwycats <wycats@gmail.com>2011-05-22 23:13:44 -0700
committerwycats <wycats@gmail.com>2011-05-22 23:13:44 -0700
commitddc584e89eaf6845f8cd72bcafce5035c9893dbb (patch)
tree87d323e45b2eae1575887a14ca4c15d288d1869e /actionpack/lib/action_dispatch/testing/assertions
parent0afefa95049766836e32e6a76873423d8640ebe3 (diff)
downloadrails-ddc584e89eaf6845f8cd72bcafce5035c9893dbb.tar.gz
rails-ddc584e89eaf6845f8cd72bcafce5035c9893dbb.tar.bz2
rails-ddc584e89eaf6845f8cd72bcafce5035c9893dbb.zip
Restructure TemplateAssertions-related code to eliminate circular requires.
Also, no need to include dependencies in AS::Concerns inside included blocks.
Diffstat (limited to 'actionpack/lib/action_dispatch/testing/assertions')
-rw-r--r--actionpack/lib/action_dispatch/testing/assertions/response.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/actionpack/lib/action_dispatch/testing/assertions/response.rb b/actionpack/lib/action_dispatch/testing/assertions/response.rb
index 3335742d47..606b01893e 100644
--- a/actionpack/lib/action_dispatch/testing/assertions/response.rb
+++ b/actionpack/lib/action_dispatch/testing/assertions/response.rb
@@ -6,13 +6,6 @@ module ActionDispatch
module ResponseAssertions
extend ActiveSupport::Concern
- included do
- # TODO: Need to pull in AV::Template monkey patches that track which
- # templates are rendered. assert_template should probably be part
- # of AV instead of AD.
- require 'action_view/test_case'
- end
-
# Asserts that the response is one of the following types:
#
# * <tt>:success</tt> - Status code was 200