1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/ruby/core/io/binwrite_spec.rb
2019-06-27 21:02:36 +02:00

6 lines
145 B
Ruby

require_relative '../../spec_helper'
require_relative 'shared/binwrite'
describe "IO.binwrite" do
it_behaves_like :io_binwrite, :binwrite
end