Skip to content

Commit

Permalink
Remove empty test
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Sep 5, 2011
1 parent 8bffd6c commit 4f87773
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions actionpack/test/template/record_tag_helper_test.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ def test_content_tag_for_collection
assert_dom_equal expected, actual assert_dom_equal expected, actual
end end


def test_content_tag_for_collection_is_html_safe
end

def test_div_for_collection def test_div_for_collection
post_1 = Post.new.tap { |post| post.id = 101; post.body = "Hello!"; post.persisted = true } post_1 = Post.new.tap { |post| post.id = 101; post.body = "Hello!"; post.persisted = true }
post_2 = Post.new.tap { |post| post.id = 102; post.body = "World!"; post.persisted = true } post_2 = Post.new.tap { |post| post.id = 102; post.body = "World!"; post.persisted = true }
Expand Down

0 comments on commit 4f87773

Please sign in to comment.