From cd952bd72dfd74cf5ca8fa214811333a7abcc555 Mon Sep 17 00:00:00 2001 From: Diego Lendoiro Date: Tue, 8 May 2018 12:45:32 +0200 Subject: [PATCH] removed duplicates --- spec/docker_runtime/runtime_spec.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/spec/docker_runtime/runtime_spec.rb b/spec/docker_runtime/runtime_spec.rb index afae3fa..280c429 100644 --- a/spec/docker_runtime/runtime_spec.rb +++ b/spec/docker_runtime/runtime_spec.rb @@ -114,11 +114,4 @@ describe 'passbolt_api service' do end end - describe 'passbolt conf files can not be retrieved' do - let(:uri) { '/config/gpg/serverkey_private.asc' } - it 'returns 404' do - expect(command(curl).stdout).to eq '404' - end - end - end