Fix rubocop warning

pull/11950/head
Christophe Bliard 2 years ago committed by Dombi Attila
parent b3f3ed8f43
commit d76609dd6a
  1. 2
      spec/models/custom_field_spec.rb

@ -248,7 +248,7 @@ describe CustomField do
context 'for something that responds to project' do
it 'is a list of name, id pairs' do
object = OpenStruct.new(project:)
object = OpenStruct.new(project:) # rubocop:disable Style/OpenStructUse
expect(field.possible_values_options(object))
.to match_array [[user1.name, user1.id.to_s],

Loading…
Cancel
Save