Remove comment
This commit is contained in:
parent
a24980145c
commit
88654535ea
1 changed files with 0 additions and 19 deletions
|
@ -43,23 +43,4 @@ describe Users::DescriptionController, type: :controller, vcr: {cassette_name: '
|
|||
|
||||
it_should_behave_like "description_controller_spec"
|
||||
end
|
||||
#
|
||||
# context 'POST #update' do
|
||||
# let(:user) { owner_user }
|
||||
#
|
||||
# subject { post :update, params: { dossier_id: dossier.id } }
|
||||
#
|
||||
# before do
|
||||
# subject
|
||||
# end
|
||||
#
|
||||
# it { expect(response.status).to eq(302) }
|
||||
#
|
||||
# context 'when procedure is archived' do
|
||||
# let(:archived) { true }
|
||||
#
|
||||
# it { expect(response.status).to eq(403) }
|
||||
# end
|
||||
#
|
||||
# end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue