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 4bd6b5c commit ae2d8d2Copy full SHA for ae2d8d2
1 file changed
fixtures/async/rest/a_wrapper.rb
@@ -34,6 +34,8 @@ module REST
34
35
expect(instance).to be_a(representation)
36
expect(instance.value).to be == payload
37
+ ensure
38
+ instance&.close
39
end
40
41
0 commit comments