change workspace path to /tmp

This commit is contained in:
yqbk
2016-10-16 17:28:57 +02:00
parent f055e6813d
commit 46cdbc3b4b

View File

@ -7,7 +7,9 @@ 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/codeocean_dockertest' }
let(:workspace_path) { '/tmp' }
describe '.check_availability!' do
context 'when a socket error occurs' do