From 5a7c8d8ea4b01119e5f975dcf3432edf243db0fd Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Mon, 5 Mar 2012 11:09:51 -0800 Subject: [PATCH] make the hash in oembed cache dynamic as to try to fix travis --- spec/factories.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/factories.rb b/spec/factories.rb index 7057c21bd..56358bb82 100644 --- a/spec/factories.rb +++ b/spec/factories.rb @@ -199,7 +199,7 @@ FactoryGirl.define do factory(:o_embed_cache) do url "http://youtube.com/kittens" - data Hash.new('data' => "stuff").to_s + data {{'data' => 'foo'}} end factory(:tag_following) do