summaryrefslogtreecommitdiff
path: root/spec/ruby/library/yaml/load_spec.rb
blob: a84b6097c70d28f5164845f018ea5453c5c46498 (plain)
1
2
3
4
5
6
7
8
require_relative '../../spec_helper'
require_relative 'shared/load'

ruby_version_is ""..."3.1" do
  describe "YAML.load" do
    it_behaves_like :yaml_load, :load
  end
end