This commit is contained in:
Dmitriy Zaporozhets 2013-05-02 08:46:27 +03:00
parent 9c1abeb50a
commit 4f5aae1d26
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ describe Gitlab::API do
response.status.should == 200
json_response.should be_an Array
json_response.count.should == 2
json_response.last['email'].should == user.email
json_response.map { |u| u['email'] }.should include user.email
end
it "finds team members with query string" do