Skip to content

Commit 696a716

Browse files
committed
Remove debug selector tests.
1 parent 7352121 commit 696a716

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

spec/async/rspec/reactor_spec.rb

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -51,26 +51,6 @@
5151
# end
5252
end
5353

54-
context "debug selector" do
55-
include_context Async::RSpec::Reactor
56-
57-
it "should fail if registering the same io twice" do
58-
input, output = IO.pipe.map{|io| Async::IO::Generic.new(io)}
59-
60-
reactor.async do
61-
input.read
62-
end
63-
64-
expect do
65-
input.read
66-
end.to raise_error(/already registered|already waiting/)
67-
68-
ensure
69-
input&.close
70-
output&.close
71-
end
72-
end
73-
7454
context "timeouts", timeout: 1 do
7555
include Async::RSpec::Reactor
7656

0 commit comments

Comments
 (0)