summaryrefslogtreecommitdiff
path: root/spec/ruby/core/io/binwrite_spec.rb
blob: e28ea8ebb158e51c68c88bd50dbb2ff93958f8fc (plain)
1
2
3
4
5
6
7
8
require_relative '../../spec_helper'
require_relative 'shared/binwrite'

describe "IO.binwrite" do
  it_behaves_like :io_binwrite, :binwrite

  it "needs to be reviewed for spec completeness"
end