fix(spec): should have been updated with facet concern sig
This commit is contained in:
parent
b6464c1963
commit
2a0537134d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue