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:
Ankit Gupta 2015-05-10 20:47:23 -04:00
parent 3aca4dd1af
commit 350659412f
1 changed files with 1 additions and 2 deletions

View File

@ -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