diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-11 15:47:44 +0200 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-11 15:47:44 +0200 |
| commit | dc3590d61965e128d49f3525a7afe7311e45d580 (patch) | |
| tree | e31ec5455055db3e36fbdea10b7e9d570b628e30 /spec | |
| parent | 11b57d979c42008cabaa49a60b52c1523133b5a8 (diff) | |
| download | gitlab-ce-dc3590d61965e128d49f3525a7afe7311e45d580.tar.gz | |
fix api internal test
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/requests/api/internal_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/api/internal_spec.rb b/spec/requests/api/internal_spec.rb index 033c3d35aed..ba11a41da29 100644 --- a/spec/requests/api/internal_spec.rb +++ b/spec/requests/api/internal_spec.rb @@ -22,7 +22,7 @@ describe Gitlab::API do response.status.should == 200 - json_response['email'].should == user.email + json_response['name'].should == user.name end end |
