We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79492a4 commit e28394bCopy full SHA for e28394b
fixtures/async/container/supervisor/a_monitor.rb
@@ -28,6 +28,8 @@ module Supervisor
28
expect(event).to have_attributes(
29
type: be == :remove,
30
)
31
+ ensure
32
+ connection&.close
33
end
34
35
it "can respond to status calls" do
@@ -38,6 +40,8 @@ module Supervisor
38
40
39
41
# Maybe we could be a bit more specific.
42
expect(response).to be_a(Array)
43
44
45
46
47
0 commit comments