Skip to content

Commit

Permalink
!00% coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Feb 7, 2024
1 parent c5677a0 commit 2831936
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/multipart/post/composite_read_io_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
it "can close all the ios" do
subject.close
expect(subject.closed?).to be_truthy

expect do
subject.read
end.to raise_error(IOError)
end

it "test_full_read_from_several_ios" do
Expand Down

0 comments on commit 2831936

Please sign in to comment.