# Read about factories at https://github.com/thoughtbot/factory_girl FactoryGirl.define do factory :videolisting do videocode "MyString" producttypeid "MyString" remoteassetsarchive "MyString" voiceoverselection "MyString" musicselection "MyString" clientprovidedscript "MyString" keywords "MyString" focus "MyString" notes "MyString" asseturls ["MyString", "MyString2"] end end