Commit f467ad2b authored by Jarka Kadlecova's avatar Jarka Kadlecova
parent 5c713f73
......@@ -114,16 +114,6 @@ describe Projects::ArtifactsController do
end
end
end
context 'when the file does not exist' do
let(:path) { 'unknown' }
it 'responds Not Found' do
subject
expect(response).to be_not_found
end
end
end
describe 'GET latest_succeeded' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment