Commit 36a73929 authored by Lin Jen-Shin's avatar Lin Jen-Shin
parent b5a23197
......@@ -293,7 +293,7 @@ describe Ci::API::API do
allow(ArtifactUploader).to receive(:artifacts_upload_path).and_return('/')
end
context 'build has been erased' do
describe 'build has been erased' do
let(:build) { create(:ci_build, erased_at: Time.now) }
before 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