Remove unexpected data store test suite

This commit is contained in:
Shinya Maeda 2018-06-15 18:20:46 +09:00
parent 242039e4e1
commit d4540c6131
1 changed files with 0 additions and 8 deletions

View File

@ -54,14 +54,6 @@ describe Ci::BuildTraceChunk, :clean_gitlab_redis_shared_state do
it { is_expected.to eq('Sample data in db') } it { is_expected.to eq('Sample data in db') }
end end
context 'when data_store is others' do
before do
build_trace_chunk.send(:write_attribute, :data_store, 999)
end
it { expect { subject }.to raise_error('Unsupported data store') }
end
end end
describe '#set_data' do describe '#set_data' do