remove extraneous factory stuff

This commit is contained in:
Tyrel Souza 2014-07-07 12:58:31 -04:00
parent ccae65f27d
commit dde8ff5ea1

View File

@ -2,7 +2,6 @@ FactoryGirl.define do
factory :campaign do factory :campaign do
# clientid 720 # clientid 720
sequence(:billingcode) { |x| "billingcode#{x}" }
sequence(:listingcode) { |x| "listingcode#{x}" } sequence(:listingcode) { |x| "listingcode#{x}" }
address "123 Anywhere Street" address "123 Anywhere Street"
advertisername "Bob's BBQ" advertisername "Bob's BBQ"
@ -12,9 +11,6 @@ FactoryGirl.define do
categories "Food, BBQ, Southern California, Restaurant, Cooking" categories "Food, BBQ, Southern California, Restaurant, Cooking"
city "Some City" city "Some City"
companycolors "Brown, Red" 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" description "Bob's BBQ is the best BBQ in the Some City area of Southern Cali"
emailaddress "bob@bobsbbq.com" emailaddress "bob@bobsbbq.com"
facebookurl "facebook.com/bobsbbq" facebookurl "facebook.com/bobsbbq"