chore(routing): update routing_rule validation
This commit is contained in:
parent
f945c02c3c
commit
a54d55486c
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ describe RoutingEngine, type: :model do
|
|||
context 'without any matching rules' do
|
||||
before do
|
||||
procedure.groupe_instructeurs.each do |gi|
|
||||
gi.update(routing_rule: ds_eq(constant(false), constant(false)))
|
||||
gi.update(routing_rule: ds_eq(constant(false), constant(true)))
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue