Skip to content

Commit 072bbb6

Browse files
author
Daniel Schmidt
committed
Bugfix: Fixture scope should be "local"
1 parent 56b9078 commit 072bbb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/docker/event_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'Type' => 'container',
1919
'from' => 'tianon/true',
2020
'id' => 'bb2c783a32330b726f18d1eb44d80c899ef45771b4f939326e0fefcfc7e05db8',
21-
'scope' => 'start',
21+
'scope' => 'local',
2222
'status' => 'start',
2323
'time' => 1461083270,
2424
'timeNano' => 1461083270652069004

0 commit comments

Comments
 (0)