From 350659412f5ee6924c7e1f1b8687f28a85e30543 Mon Sep 17 00:00:00 2001 From: Ankit Gupta Date: Sun, 10 May 2015 20:47:23 -0400 Subject: 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 --- actionview/test/template/record_tag_helper_test.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'actionview') diff --git a/actionview/test/template/record_tag_helper_test.rb b/actionview/test/template/record_tag_helper_test.rb index 4b7b653916..bfc5d04bed 100644 --- a/actionview/test/template/record_tag_helper_test.rb +++ b/actionview/test/template/record_tag_helper_test.rb @@ -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 -- cgit v1.2.3