Commit 51f9c05f authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix Api session spec

parent dd2847f5
......@@ -14,7 +14,6 @@ describe API::API do
json_response['email'].should == user.email
json_response['private_token'].should == user.private_token
json_response['is_admin'].should == user.is_admin?
json_response['can_create_team'].should == user.can_create_team?
json_response['can_create_project'].should == user.can_create_project?
json_response['can_create_group'].should == user.can_create_group?
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment