summaryrefslogtreecommitdiff
path: root/spec/ruby/library/yaml/fixtures/common.rb
blob: 1d868806f1baca43293520a4f06c3fb13bb97214 (plain)
1
2
3
4
5
6
7
8
9
10
begin
  require 'syck'
rescue LoadError
  # do nothing
end

require 'yaml'

$test_file = tmp("yaml_test_file")
$test_parse_file = File.dirname(__FILE__) + "/test_yaml.yml"