mirror of https://github.com/rails/rails
Removed not needed includes, As record_tag_helper is moved to a gem we are not
testing is completely here now. RenderErbUtils and AM::Conversion are not used
This commit is contained in:
parent
3aca4dd1af
commit
350659412f
|
@ -2,7 +2,7 @@ require 'abstract_unit'
|
|||
|
||||
class RecordTagPost
|
||||
extend ActiveModel::Naming
|
||||
include ActiveModel::Conversion
|
||||
|
||||
attr_accessor :id, :body
|
||||
|
||||
def initialize
|
||||
|
@ -14,7 +14,6 @@ class RecordTagPost
|
|||
end
|
||||
|
||||
class RecordTagHelperTest < ActionView::TestCase
|
||||
include RenderERBUtils
|
||||
|
||||
tests ActionView::Helpers::RecordTagHelper
|
||||
|
||||
|
|
Loading…
Reference in New Issue