[#345] fix mistype

This commit is contained in:
Alexander Machehin 2014-03-19 17:00:49 +06:00
parent 257c400a9b
commit f2a3d163a3
1 changed files with 1 additions and 1 deletions

View File

@ -733,7 +733,7 @@ describe Api::V1::BuildListsController do
end
it 'should show only accessible build_lists' do
get :index, filter: ownership: 'index', format: :json
get :index, filter: { ownership: 'index' }, format: :json
assigns(:build_lists).should include(@build_list1)
assigns(:build_lists).should_not include(@build_list2)
assigns(:build_lists).should include(@build_list3)