Commit 5ad505de2608c380b5df8b36a404be31dbd14d6d
1 parent
4a9411f1
Exists in
master
and in
29 other branches
ActionItem237: adding new reserved identifiers
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1579 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
... | ... | @@ -128,6 +128,8 @@ class ProfileTest < Test::Unit::TestCase |
128 | 128 | assert_invalid_identifier 'test' |
129 | 129 | assert_invalid_identifier 'tag' |
130 | 130 | assert_invalid_identifier 'cat' |
131 | + assert_invalid_identifier 'webmaster' | |
132 | + assert_invalid_identifier 'info' | |
131 | 133 | end |
132 | 134 | |
133 | 135 | should 'provide recent documents' do | ... | ... |