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 6d1905b commit 2cb1f53Copy full SHA for 2cb1f53
2 files changed
test/async/scheduler.rb
@@ -11,7 +11,7 @@
11
require "sus/fixtures/console"
12
13
describe Async::Scheduler do
14
- include_context Sus::Fixtures::Console::CapturedLogger
+ include Sus::Fixtures::Console::CapturedLogger
15
16
it "is supported" do
17
expect(Async::Scheduler).to be(:supported?)
test/async/task.rb
@@ -1052,7 +1052,7 @@ def sleep_forever
1052
end
1053
1054
with "failing task" do
1055
1056
1057
it "logs a warning if a task fails without being waited on" do
1058
failed_task = nil
0 commit comments