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 0f09119 commit a39ae68Copy full SHA for a39ae68
ruby/hyper-operation/spec/hyper-operation/execution_spec.rb
@@ -42,6 +42,7 @@ def self.promise
42
MyOperation.run(i: 1)
43
.always { |failure| failure }
44
.tap { MyOperation.promise.reject("promise rejected") }
45
+ .value
46
).to eq "promise rejected"
47
end
48
0 commit comments