Remove photo_backdrop factories

This commit is contained in:
Steffen van Bergerem 2016-09-10 21:29:35 +02:00 committed by Benjamin Neff
parent 5fcc239d7c
commit e54077c856

View file

@ -321,13 +321,6 @@ FactoryGirl.define do
additional_data { {"new_property" => "some text"} } additional_data { {"new_property" => "some text"} }
end 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 factory(:note, :parent => :status_message) do
text SecureRandom.hex(1000) text SecureRandom.hex(1000)
end end