From 2a0df9841a0b378149c859b7536e7b916b6f734f Mon Sep 17 00:00:00 2001 From: Raphael Sofaer Date: Mon, 1 Aug 2011 15:59:46 -0700 Subject: [PATCH] Correct batch emailer fixture --- lib/rake_helpers.rb | 4 ---- spec/fixtures/test.csv | 8 ++++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/lib/rake_helpers.rb b/lib/rake_helpers.rb index ea25274b3..a13863245 100644 --- a/lib/rake_helpers.rb +++ b/lib/rake_helpers.rb @@ -3,10 +3,6 @@ # the COPYRIGHT file. module RakeHelpers - def load_yaml - - end - def process_emails(csv, num_to_process, offset, test=true) if RUBY_VERSION.include? "1.8" diff --git a/spec/fixtures/test.csv b/spec/fixtures/test.csv index 347a1ad63..3d3bdb3c1 100644 --- a/spec/fixtures/test.csv +++ b/spec/fixtures/test.csv @@ -1,4 +1,4 @@ -Backer,Email, -maxwell salzberg, mbs348@foo.com -billy mcgee, billy@foo.com -big foo, bar@moms.com +email, name +mbs348@foo.com, Max +billy@foo.com, Billy +bar@moms.com, Big Foo