Skip to content

Commit

Permalink
Merge pull request #2206 from herwinw/spec_io_close
Browse files Browse the repository at this point in the history
  • Loading branch information
seven1m authored Jul 11, 2024
2 parents a164aee + 3edae15 commit 007ebd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/core/io/close_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
it 'raises an IOError with a clear message' do
matching_exception = nil

NATFIXME 'IOError message does not match', exception: SpecFailedException do
NATFIXME 'it should raise an IOError', exception: SpecFailedException, message: /but instead raised nothing/ do
-> do
IOSpecs::THREAD_CLOSE_RETRIES.times do
read_io, write_io = IO.pipe
Expand Down

0 comments on commit 007ebd4

Please sign in to comment.