Fix spec for Ruby 2.1

pull/1223/head
Hagen Schink 11 years ago
parent 81edd624e8
commit e0747e86ca
  1. 1
      spec/controllers/work_packages/bulk_controller_spec.rb

@ -244,7 +244,6 @@ describe WorkPackages::BulkController do
work_package: { priority_id: priority.id,
assigned_to_id: group_id,
responsible_id: responsible_id,
custom_field_values: { custom_field_1.id.to_s => '' },
send_notification: send_notification }
end
end

Loading…
Cancel
Save