update controllers specs to use revisions
This commit is contained in:
parent
dee12a2b0b
commit
6a33a8e48b
4 changed files with 122 additions and 119 deletions
|
@ -17,7 +17,7 @@ describe Manager::ProceduresController, type: :controller do
|
|||
describe '#show' do
|
||||
render_views
|
||||
|
||||
let(:procedure) { create(:procedure, :with_repetition) }
|
||||
let(:procedure) { create(:procedure, :published, :with_repetition) }
|
||||
|
||||
before do
|
||||
get :show, params: { id: procedure.id }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue