fix(spec): should have been updated with facet concern sig

This commit is contained in:
mfo 2024-07-22 14:01:39 +02:00
parent b6464c1963
commit 2a0537134d
No known key found for this signature in database
GPG key ID: 7CE3E1F5B794A8EC

View file

@ -13,7 +13,7 @@ describe Instructeurs::ColumnPickerComponent, type: :component do
subject { component.displayable_fields_for_select }
before do
allow(Facet).to receive(:facets).and_return([
allow(procedure).to receive(:facets).and_return([
default_user_email,
excluded_displayable_field
])