From dde8ff5ea1f699048f41a43bbea3ea0266f8f290 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Mon, 7 Jul 2014 12:58:31 -0400 Subject: [PATCH] remove extraneous factory stuff --- spec/factories/campaigns.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spec/factories/campaigns.rb b/spec/factories/campaigns.rb index 4053cd6..0774370 100644 --- a/spec/factories/campaigns.rb +++ b/spec/factories/campaigns.rb @@ -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"