bring back our changes to tagging_extensions to handle empty tags and handle numbers as tags

This commit is contained in:
Reinier Balt 2011-02-08 22:24:06 +01:00
parent 4b4e828aaa
commit 52a50b7463
3 changed files with 89 additions and 55 deletions

View file

@ -26,4 +26,5 @@ class TagTest < ActiveSupport::TestCase
tag = Tag.find_or_create_by_name("8.1.2")
assert !tag.new_record?
end
end