Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: S.Cavallo <[email protected]>
  • Loading branch information
smcavallo committed Dec 17, 2018
1 parent 5f223d3 commit 8b583f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/libraries/container_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'Binds' => [],
'ReadonlyRootfs' => false },
'State' => 'not running',
'Warnings' => []
'Warnings' => [],
}.to_json
end
# https://docs.docker.com/engine/api/v1.39/#tag/Image
Expand All @@ -42,7 +42,7 @@
let(:create) do
{
'Id' => 'e90e34656806',
'Warnings' => []
'Warnings' => [],
}.to_json
end

Expand Down Expand Up @@ -85,7 +85,7 @@
health_check(
'Test' =>
[
'string'
'string',
],
'Interval' => 0,
'Timeout' => 0,
Expand Down

0 comments on commit 8b583f2

Please sign in to comment.