From 319e583e5b725b3d4ed5898d1600042e3baad951 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 11 Aug 2014 17:24:03 -0300 Subject: [PATCH] fix fragile test --- test/unit/article_test.rb | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/test/unit/article_test.rb b/test/unit/article_test.rb index 4489fb2..640b725 100644 --- a/test/unit/article_test.rb +++ b/test/unit/article_test.rb @@ -1077,6 +1077,8 @@ class ArticleTest < ActiveSupport::TestCase end should 'create the notification to organization and all organization members' do + ActionTracker::Record.delete_all + community = fast_create(Community) member_1 = Person.first community.add_member(member_1) -- libgit2 0.21.2