Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
Fix integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Dieter Reuter <[email protected]>
  • Loading branch information
DieterReuter committed Aug 14, 2016
1 parent 5be99d2 commit f8ebf42
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions builder/test/image_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@
end
end

context "Docker daemon config" do
let(:stdout) { run_mounted("cat /etc/docker/daemon.json").stdout }

it "Daemon config is empty" do
expect(stdout).to contain("{\n}\n\n")
end
end

context "Docker service file" do
let(:stdout) { run_mounted("cat /etc/systemd/system/docker.service").stdout }

Expand Down

0 comments on commit f8ebf42

Please sign in to comment.