clean pull request

This commit is contained in:
yqbk
2016-10-24 23:02:44 +02:00
parent 595a2a009b
commit c937a1a9ef
9 changed files with 13 additions and 32 deletions

View File

@ -7,10 +7,8 @@ describe DockerClient, docker: true do
let(:execution_environment) { FactoryGirl.build(:ruby) }
let(:image) { double }
let(:submission) { FactoryGirl.create(:submission) }
# let(:workspace_path) { '/tmp/codeocean_dockertest' }
let(:workspace_path) { '/tmp' }
describe '.check_availability!' do
context 'when a socket error occurs' do
it 'raises an error' do