make the hash in oembed cache dynamic as to try to fix travis

This commit is contained in:
Maxwell Salzberg 2012-03-05 11:09:51 -08:00
parent 9e249bb7ef
commit 5a7c8d8ea4

View file

@ -199,7 +199,7 @@ FactoryGirl.define do
factory(:o_embed_cache) do factory(:o_embed_cache) do
url "http://youtube.com/kittens" url "http://youtube.com/kittens"
data Hash.new('data' => "stuff").to_s data {{'data' => 'foo'}}
end end
factory(:tag_following) do factory(:tag_following) do