diff options
-rw-r--r-- | spec/requests/api/session_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/requests/api/session_spec.rb b/spec/requests/api/session_spec.rb index 88c17f26a69..0fd90c567e0 100644 --- a/spec/requests/api/session_spec.rb +++ b/spec/requests/api/session_spec.rb @@ -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 |