aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/io/binwrite_spec.rb
blob: ec964d07a8638baf77389610061ec76933e6979d (plain)
1
2
3
4
5
6
7
8
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/binwrite', __FILE__)

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

  it "needs to be reviewed for spec completeness"
end