From c06aaf3e36ae5a9c192774c215565419bb533d2d Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Mon, 13 Jan 2014 22:02:24 +0000 Subject: [PATCH] profile-test: remove unnecessary Article.destroy_all --- test/unit/profile_test.rb | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) 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