remove extraneous factory stuff
This commit is contained in:
parent
ccae65f27d
commit
dde8ff5ea1
@ -2,7 +2,6 @@ FactoryGirl.define do
|
||||
|
||||
factory :campaign do
|
||||
# clientid 720
|
||||
sequence(:billingcode) { |x| "billingcode#{x}" }
|
||||
sequence(:listingcode) { |x| "listingcode#{x}" }
|
||||
address "123 Anywhere Street"
|
||||
advertisername "Bob's BBQ"
|
||||
@ -12,9 +11,6 @@ FactoryGirl.define do
|
||||
categories "Food, BBQ, Southern California, Restaurant, Cooking"
|
||||
city "Some City"
|
||||
companycolors "Brown, Red"
|
||||
contactphone "5555551212"
|
||||
customerfirstname "Bob"
|
||||
customerlastname "De Bbq"
|
||||
description "Bob's BBQ is the best BBQ in the Some City area of Southern Cali"
|
||||
emailaddress "bob@bobsbbq.com"
|
||||
facebookurl "facebook.com/bobsbbq"
|
||||
|
Loading…
Reference in New Issue
Block a user