Added some roadmap

This commit is contained in:
Jan Renz
2015-04-28 13:46:56 +02:00
parent 9d456c219b
commit b8e35274ac
4 changed files with 9 additions and 6 deletions

View File

@ -112,6 +112,7 @@ describe DockerClient, docker: true do
end
it 'raises the error' do
pending('RETRY COUNT is disabled')
expect { create_container }.to raise_error(error)
end
end