spec/async/io/standard_spec.rb in async-io-1.20.0 vs spec/async/io/standard_spec.rb in async-io-1.21.0
- old
+ new
@@ -29,17 +29,17 @@
end
RSpec.describe Async::IO::STDOUT do
include_context Async::RSpec::Reactor
- it "should be able to read" do
+ it "should be able to write" do
expect(subject.write("")).to be == 0
end
end
RSpec.describe Async::IO::STDERR do
include_context Async::RSpec::Reactor
- it "should be able to read" do
+ it "should be able to write" do
expect(subject.write("")).to be == 0
end
end
\ No newline at end of file