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.
async-service
make_controller
1 parent 7890c98 commit 3670361Copy full SHA for 3670361
3 files changed
test/falcon/command/serve.rb
@@ -16,7 +16,7 @@
16
17
it "can listen on specified port" do
18
configuration = command.configuration
19
- controller = configuration.controller
+ controller = configuration.make_controller
20
21
controller.start
22
test/falcon/command/top.rb
]
serve = top.command
- controller = serve.configuration.controller
+ controller = serve.configuration.make_controller
Async do
test/falcon/command/virtual.rb
@@ -32,7 +32,7 @@
32
33
def around
34
35
36
37
38
0 commit comments