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 019a454 commit 03278d0Copy full SHA for 03278d0
core/fiber/current_spec.rb
@@ -1,10 +1,6 @@
1
require_relative '../../spec_helper'
2
3
describe "Fiber.current" do
4
- it "is available without an extra require" do
5
- ruby_exe("print Fiber.current.class", options: '--disable-gems --disable-did-you-mean').should == "Fiber"
6
- end
7
-
8
it "returns the root Fiber when called outside of a Fiber" do
9
root = Fiber.current
10
root.should be_an_instance_of(Fiber)
0 commit comments