From a5f05e7ee9823fb04dea5219cafce5c5d879e305 Mon Sep 17 00:00:00 2001 From: tenderlove Date: Sun, 11 Apr 2010 00:37:42 +0000 Subject: * test/syck/*: Moved test/yaml to test/syck since it's actually testing the syck YAML engine. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/yaml/test_class.rb | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 test/yaml/test_class.rb (limited to 'test/yaml/test_class.rb') diff --git a/test/yaml/test_class.rb b/test/yaml/test_class.rb deleted file mode 100644 index 9ea9db3096..0000000000 --- a/test/yaml/test_class.rb +++ /dev/null @@ -1,18 +0,0 @@ -require 'test/unit' -require 'yaml' - -module YAML - class TestClass < Test::Unit::TestCase - def test_to_yaml - assert_raises(::TypeError) do - TestClass.to_yaml - end - end - - def test_dump - assert_raises(::TypeError) do - YAML.dump TestClass - end - end - end -end -- cgit v1.2.3