cleanup User model

This commit is contained in:
Nihad Abbasov 2012-05-29 17:13:41 +05:00
parent fc74627f3c
commit faa0ec7c63
2 changed files with 7 additions and 15 deletions

View file

@ -14,6 +14,7 @@ describe User do
it { should respond_to(:is_admin?) }
it { should respond_to(:identifier) }
it { should respond_to(:name) }
it { should respond_to(:private_token) }
end
it "should return valid identifier" do
@ -67,4 +68,3 @@ end
# authentication_token :string(255)
# dark_scheme :boolean default(FALSE), not null
#