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 30378ae commit 05aeafbCopy full SHA for 05aeafb
ReactiveTaskTests/TaskSpec.swift
@@ -15,7 +15,7 @@ import Result
15
16
class TaskSpec: QuickSpec {
17
override func spec() {
18
- it("should notify that a task was launched") {
+ it("should notify that a task is about to be launched") {
19
var isLaunched: Bool = false
20
21
let task = Task("/usr/bin/true")
0 commit comments