Fix spinach tests

This commit is contained in:
Dmitriy Zaporozhets 2013-03-13 21:58:32 +02:00
parent 1587caa3e4
commit 496b7da7a0
3 changed files with 5 additions and 5 deletions

View file

@ -21,7 +21,7 @@
%td= @team.admin?(member) ? "Admin" : "Member"
%td
%tr
%td= select_tag :user_ids, options_from_collection_for_select(@users , :id, :name_with_email), multiple: true, data: {placeholder: 'Select users'}, class: 'chosen span5'
%td= select_tag :user_ids, options_from_collection_for_select(@users , :id, :name_with_username), multiple: true, data: {placeholder: 'Select users'}, class: 'chosen span5'
%td= select_tag :default_project_access, options_for_select(Project.access_options), {class: "project-access-select chosen span3" }
%td
%span= check_box_tag :group_admin