add tag impl functional test

This commit is contained in:
albert
2011-01-29 04:29:58 -05:00
parent d6f7ccd7ef
commit ee9aca973f
6 changed files with 91 additions and 3 deletions

View File

@@ -1,2 +1,4 @@
Factory.define(:tag_implication) do |f|
f.antecedent_name "aaa"
f.consequent_name "bbb"
end