wording
This commit is contained in:
parent
caf1fbca44
commit
a2061fba79
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ describe 'admin/procedures/show.html.haml', type: :view do
|
|||
end
|
||||
|
||||
describe 'procedure is draft' do
|
||||
context 'when procedure does not have a gestionnare affected' do
|
||||
context 'when procedure does not have a instructeur affected' do
|
||||
before do
|
||||
render
|
||||
end
|
||||
|
@ -21,7 +21,7 @@ describe 'admin/procedures/show.html.haml', type: :view do
|
|||
end
|
||||
end
|
||||
|
||||
context 'when procedure have a gestionnare affected' do
|
||||
context 'when procedure have a instructeur affected' do
|
||||
before do
|
||||
create(:instructeur).assign_to_procedure(procedure)
|
||||
render
|
||||
|
|
Loading…
Reference in a new issue