提交 222f00b4 编写于 作者: A Akira Matsuda

Unused classes in AV tests

上级 fa0380cb
......@@ -215,12 +215,6 @@ def test_absolute_pathed_layout
end
end
class RenderWithTemplateOptionController < LayoutTest
def hello
render :template => 'alt/hello'
end
end
class SetsNonExistentLayoutFile < LayoutTest
layout "nofile"
end
......
......@@ -4,7 +4,3 @@ class Developer < ActiveRecord::Base
has_many :topics, :through => :replies
accepts_nested_attributes_for :projects
end
class DeVeLoPeR < ActiveRecord::Base
self.table_name = "developers"
end
......@@ -2,14 +2,6 @@
require 'abstract_unit'
require 'active_support/ordered_options'
class FakeController
attr_accessor :request
def config
@config ||= ActiveSupport::InheritableOptions.new(ActionController::Base.config)
end
end
class AssetTagHelperTest < ActionView::TestCase
tests ActionView::Helpers::AssetTagHelper
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册