Commit 84cf9e58498ea7d47194ec7f19074a9bd789ae07
1 parent
b62e586d
Exists in
master
and in
29 other branches
ActionItem862: removing obsolete test
Showing
1 changed file
with
0 additions
and
6 deletions
Show diff stats
test/unit/blog_test.rb
... | ... | @@ -51,12 +51,6 @@ class BlogTest < ActiveSupport::TestCase |
51 | 51 | assert_equal 7, p.blog.feed.limit |
52 | 52 | end |
53 | 53 | |
54 | - should 'includes only articles child of the same article on feed' do | |
55 | - p = create_user('testuser').person | |
56 | - b = Blog.create!(:profile => p, :name => 'blog_feed_test') | |
57 | - assert_equal 'parent_and_children', b.feed.include | |
58 | - end | |
59 | - | |
60 | 54 | should 'save feed options after create blog' do |
61 | 55 | p = create_user('testuser').person |
62 | 56 | b = Blog.create!(:profile => p, :name => 'blog_feed_test', :feed => { :limit => 7 }) | ... | ... |