removed comments that had no value for me.

This commit is contained in:
Ralf Teusner
2016-11-11 16:44:55 +01:00
parent 9852119d49
commit 3842509275

View File

@ -26,10 +26,6 @@ describe DockerClient, docker: true do
end
describe '.container_creation_options' do
# it "is TODO" do
# pending("heavy load on the docker daemon")
# end
let(:container_creation_options) { described_class.container_creation_options(execution_environment) }
it 'specifies the Docker image' do
@ -163,9 +159,6 @@ describe DockerClient, docker: true do
end
describe '.destroy_container' do
# it "is TODO" do
# pending("heavy load on the docker daemon")
# end
let(:container) { described_class.create_container(execution_environment) }
after(:each) { described_class.destroy_container(container) }