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

# NOTE: should be syncronized with library/stringio/initialize_spec.rb

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

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