Explicitly pass current_administrateur on publish
This commit is contained in:
parent
0e4b6e1ba2
commit
bb8ba75d22
4 changed files with 29 additions and 25 deletions
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue