summaryrefslogtreecommitdiff
path: root/spec/ruby/library/scanf/string/block_scanf_spec.rb
blob: 277e1fa1d792fb934466c6da5ff7c5bd9946c7ba (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 "String#block_scanf" do
    it_behaves_like :scanf_string_block_scanf, :block_scanf
  end
end