Factory.define :pet_state do |ps|
  ps.pet_type_id 1
  ps.swf_asset_ids_cache '1,2,3'
end