summaryrefslogtreecommitdiff
path: root/spec/ruby/library/yaml/fixtures/common.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/yaml/fixtures/common.rb')
-rw-r--r--spec/ruby/library/yaml/fixtures/common.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/spec/ruby/library/yaml/fixtures/common.rb b/spec/ruby/library/yaml/fixtures/common.rb
deleted file mode 100644
index 1d868806f1..0000000000
--- a/spec/ruby/library/yaml/fixtures/common.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-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"