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 83b179e commit 8292c26Copy full SHA for 8292c26
test/falcon/environment/supervisor.rb
@@ -36,7 +36,6 @@
36
response = connection.call(do: "status")
37
38
expect(response).to be_a(Array)
39
- expect(response.size).to be == 1
40
41
first = response.first
42
expect(first).to have_keys(
0 commit comments