summaryrefslogtreecommitdiff
path: root/spec/ruby/core/io/for_fd_spec.rb
blob: 2d86361b73c0ee45ea212daa314a7191442adeff (plain)
1
2
3
4
5
6
7
8
9
10
require_relative '../../spec_helper'
require_relative 'shared/new'

describe "IO.for_fd" do
  it_behaves_like :io_new, :for_fd
end

describe "IO.for_fd" do
  it_behaves_like :io_new_errors, :for_fd
end