WpUser::Existable specs

This commit is contained in:
erwanlr
2013-03-27 16:52:32 +01:00
parent 52c1bd3558
commit ec9eadda8e
6 changed files with 225 additions and 150 deletions

View File

@@ -18,7 +18,7 @@ class WpUser < WpItem
end
end
# @param [ Wpuser ] other
# @param [ WpUser ] other
def <=>(other)
id <=> other.id
end