summaryrefslogtreecommitdiff
path: root/spec/ruby/library/scanf/io/block_scanf_spec.rb
blob: b9cc1b507ee1e035d7045410ebf7ea84b16ae518 (plain)
1
2
3
4
5
6
7
8
9
10
require_relative '../../../spec_helper'

ruby_version_is ''...'2.7' do
  require_relative 'shared/block_scanf'
  require 'scanf'

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