summaryrefslogtreecommitdiff
path: root/spec/ruby/library/scanf/io/block_scanf_spec.rb
blob: 2c1e242cf6b8fe8ff827505b9dfd13c5f6bb1e4b (plain)
1
2
3
4
5
6
7
require_relative '../../../spec_helper'
require_relative 'shared/block_scanf'
require 'scanf'

describe "IO#block_scanf" do
  it_behaves_like :scanf_io_block_scanf, :block_scanf
end