This commit is contained in:
r888888888
2013-04-29 22:05:46 -07:00
parent a80a71ffaf
commit 3cb5a34269

View File

@@ -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