summaryrefslogtreecommitdiffstats
path: root/rubygem-activeresource-2.3.17-skip-yaml-test.patch
blob: f38a81583e98dcca78c2e519dea1c49c982d5d53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
From d5c24efe12c66a200b79803ed72c3515712d3068 Mon Sep 17 00:00:00 2001
From: Ken Dreyer <ktdreyer@ktdreyer.com>
Date: Wed, 20 Feb 2013 21:47:40 -0700
Subject: [PATCH] skip yaml test

With the recent YAML changes, this test fails. Remove it.
---
 activeresource/test/base_test.rb |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/activeresource/test/base_test.rb b/activeresource/test/base_test.rb
index 2a9ca65..280a51c 100644
--- a/activeresource/test/base_test.rb
+++ b/activeresource/test/base_test.rb
@@ -1075,13 +1075,4 @@ class BaseTest < Test::Unit::TestCase
     end
   end
 
-  def test_load_yaml_array
-    assert_nothing_raised do
-      marty = Person.find(5)
-      assert_equal 3, marty.colors.size
-      marty.colors.each do |color|
-        assert_kind_of String, color
-      end
-    end
-  end
 end
-- 
1.7.1