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