Explicitly pass current_administrateur on publish

This commit is contained in:
Paul Chavard 2019-03-06 18:09:55 +01:00
parent 0e4b6e1ba2
commit bb8ba75d22
4 changed files with 29 additions and 25 deletions

View file

@ -493,7 +493,7 @@ describe Procedure do
before do
Timecop.freeze(now)
procedure.publish!("example-path")
procedure.publish!(procedure.administrateurs.first, "example-path")
end
after { Timecop.return }