require_relative '../../spec_helper' require_relative 'shared/load' describe "YAML.load" do it_behaves_like :yaml_load_safe, :load guard -> { Psych::VERSION < "4.0.0" } do it_behaves_like :yaml_load_unsafe, :load end end c.rb?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/spec/ruby/core/string/unpack/i_spec.rb
AgeCommit message (Expand)Author
2018-03-04Update to ruby/spec@c1b568beregon
2017-09-20Move spec/rubyspec to spec/ruby for consistencyeregon