diff --git a/test/unit/profile_test.rb b/test/unit/profile_test.rb index a52e4ae..2c77343 100644 --- a/test/unit/profile_test.rb +++ b/test/unit/profile_test.rb @@ -1300,7 +1300,6 @@ class ProfileTest < ActiveSupport::TestCase should 'list folder articles' do profile = fast_create(Profile) - Article.destroy_all p1 = Folder.create!(:name => 'parent1', :profile => profile) p2 = Blog.create!(:name => 'parent2', :profile => profile) -- libgit2 0.21.2