mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update to ruby/spec@519df35
This commit is contained in:
parent
31bb66a19d
commit
1c938a72aa
83 changed files with 1416 additions and 308 deletions
10
spec/ruby/library/scanf/string/block_scanf_spec.rb
Normal file
10
spec/ruby/library/scanf/string/block_scanf_spec.rb
Normal file
|
@ -0,0 +1,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
|
Loading…
Add table
Add a link
Reference in a new issue