diff --git a/spec/factories.rb b/spec/factories.rb index 3d4fd827f..72ad1d109 100644 --- a/spec/factories.rb +++ b/spec/factories.rb @@ -321,13 +321,6 @@ FactoryGirl.define do additional_data { {"new_property" => "some text"} } end - #templates - factory(:status_with_photo_backdrop, :parent => :status_message_with_photo) - - factory(:photo_backdrop, :parent => :status_message_with_photo) do - text "" - end - factory(:note, :parent => :status_message) do text SecureRandom.hex(1000) end