We don't test against ActionPack 2.x.

This commit is contained in:
Gabe Berke-Williams 2012-04-10 00:01:47 -04:00
parent c65e43a999
commit 5873502d0b
1 changed files with 0 additions and 4 deletions

View File

@ -112,10 +112,6 @@ module ModelBuilder
@controller = klass.new
@request = ActionController::TestRequest.new
@response = ActionController::TestResponse.new
if ActionPack::VERSION::MAJOR < 3
@controller.send :assign_shortcuts, @request, @response
@controller.send :initialize_template_class, @response
end
class << self
include ActionController::TestCase::Behavior