From 3cb5a342693956f33949546e87d7fbcfc52c9f80 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Mon, 29 Apr 2013 22:05:46 -0700 Subject: [PATCH] fix test --- test/unit/tag_implication_test.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/unit/tag_implication_test.rb b/test/unit/tag_implication_test.rb index 5c405b55f..19f52e640 100644 --- a/test/unit/tag_implication_test.rb +++ b/test/unit/tag_implication_test.rb @@ -19,7 +19,6 @@ class TagImplicationTest < ActiveSupport::TestCase ti2 = FactoryGirl.build(:tag_implication, :antecedent_name => "b", :consequent_name => "c") ti2.save ti1 = FactoryGirl.create(:tag_implication, :antecedent_name => "a", :consequent_name => "b") - ti1.reload assert_equal("b", ti1.descendant_names) end