fixed issues with deleting files and issue with json method not defined for the mock-double for rspec-tests in lib

This commit is contained in:
Ralf Teusner
2016-06-02 14:27:49 +02:00
parent d980ffb4c0
commit f7e7db54ec
2 changed files with 2 additions and 2 deletions

View File

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