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/library/yaml/unsafe_load_spec.rb

8 lines
182 B
Ruby

require_relative '../../spec_helper'
require_relative 'shared/load'
ruby_version_is "3.1" do
describe "YAML.unsafe_load" do
it_behaves_like :yaml_load, :unsafe_load
end
end