提交 71b33ec4 编写于 作者: J Joshua Peek

AC::Dispatcher is the default app, don't need to set it

上级 0c638b34
......@@ -69,10 +69,6 @@ class Rack::TestCase < ActionController::IntegrationTest
ActionController::Base.session_options[:secret] = ("*" * 30)
end
def app
@app ||= ActionController::Dispatcher.new
end
def self.testing(klass = nil)
if klass
@testing = "/#{klass.name.underscore}".sub!(/_controller$/, '')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册