Remove photo_backdrop factories
This commit is contained in:
parent
5fcc239d7c
commit
e54077c856
1 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue