make the hash in oembed cache dynamic as to try to fix travis
This commit is contained in:
parent
9e249bb7ef
commit
5a7c8d8ea4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue