Commit 25342dc327b948c9cd755bd01ab10e3f0ac06a24
1 parent
9ae4be90
Exists in
master
and in
29 other branches
ActionItem31: reserving identifiers for specific tags
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1017 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
2 changed files
with
4 additions
and
0 deletions
Show diff stats
app/models/profile.rb
test/unit/profile_test.rb
@@ -117,6 +117,8 @@ class ProfileTest < Test::Unit::TestCase | @@ -117,6 +117,8 @@ class ProfileTest < Test::Unit::TestCase | ||
117 | assert_invalid_identifier 'cms' | 117 | assert_invalid_identifier 'cms' |
118 | assert_invalid_identifier 'community' | 118 | assert_invalid_identifier 'community' |
119 | assert_invalid_identifier 'test' | 119 | assert_invalid_identifier 'test' |
120 | + assert_invalid_identifier 'tag' | ||
121 | + assert_invalid_identifier 'cat' | ||
120 | end | 122 | end |
121 | 123 | ||
122 | should 'provide recent documents' do | 124 | should 'provide recent documents' do |