提交 0cd9b149 编写于 作者: J Jeremy Kemper

Appropriate test case subclasses to get assert_tag and assert_deprecated

上级 eeea1a26
......@@ -25,7 +25,7 @@ def local_request?
map.connect ':controller/:action/:id'
end
class Rails::InfoControllerTest < Test::Unit::TestCase
class Rails::InfoControllerTest < ActionController::TestCase
def setup
@controller = Rails::InfoController.new
@request = ActionController::TestRequest.new
......
......@@ -22,7 +22,7 @@ def self.configuration
require 'rails_generator/secret_key_generator'
require 'rails_generator/generators/applications/app/app_generator'
class SecretKeyGenerationTest < Test::Unit::TestCase
class SecretKeyGenerationTest < ActiveSupport::TestCase
SECRET_KEY_MIN_LENGTH = 128
APP_NAME = "foo"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册