From 84cf9e58498ea7d47194ec7f19074a9bd789ae07 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 15 Dec 2008 20:52:08 -0300 Subject: [PATCH] ActionItem862: removing obsolete test --- test/unit/blog_test.rb | 6 ------ 1 file changed, 0 insertions(+), 6 deletions(-) diff --git a/test/unit/blog_test.rb b/test/unit/blog_test.rb index 8a36433..d13e0ec 100644 --- a/test/unit/blog_test.rb +++ b/test/unit/blog_test.rb @@ -51,12 +51,6 @@ class BlogTest < ActiveSupport::TestCase assert_equal 7, p.blog.feed.limit end - should 'includes only articles child of the same article on feed' do - p = create_user('testuser').person - b = Blog.create!(:profile => p, :name => 'blog_feed_test') - assert_equal 'parent_and_children', b.feed.include - end - should 'save feed options after create blog' do p = create_user('testuser').person b = Blog.create!(:profile => p, :name => 'blog_feed_test', :feed => { :limit => 7 }) -- libgit2 0.21.2