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.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/ruby/library/yaml/fixtures/common.rb b/spec/ruby/library/yaml/fixtures/common.rb
deleted file mode 100644
index f7fb4037e7..0000000000
--- a/spec/ruby/library/yaml/fixtures/common.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-require 'yaml'
-
-$test_file = tmp("yaml_test_file")
-$test_parse_file = File.dirname(__FILE__) + "/test_yaml.yml"