Add state to ProcedureSerializer
This commit is contained in:
parent
4ebc0b7f4c
commit
2e7a4a4098
2 changed files with 7 additions and 1 deletions
|
@ -5,6 +5,7 @@ describe ProcedureSerializer do
|
|||
|
||||
it {
|
||||
is_expected.to include(link: "http://localhost:3000/commencer/#{procedure.path}")
|
||||
is_expected.to include(state: "publiee")
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue