Correct batch emailer fixture
This commit is contained in:
parent
31ea1227a4
commit
2a0df9841a
2 changed files with 4 additions and 8 deletions
|
|
@ -3,10 +3,6 @@
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
module RakeHelpers
|
module RakeHelpers
|
||||||
|
|
||||||
def load_yaml
|
|
||||||
|
|
||||||
end
|
|
||||||
|
|
||||||
def process_emails(csv, num_to_process, offset, test=true)
|
def process_emails(csv, num_to_process, offset, test=true)
|
||||||
if RUBY_VERSION.include? "1.8"
|
if RUBY_VERSION.include? "1.8"
|
||||||
|
|
||||||
|
|
|
||||||
8
spec/fixtures/test.csv
vendored
8
spec/fixtures/test.csv
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
Backer,Email,
|
email, name
|
||||||
maxwell salzberg, mbs348@foo.com
|
mbs348@foo.com, Max
|
||||||
billy mcgee, billy@foo.com
|
billy@foo.com, Billy
|
||||||
big foo, bar@moms.com
|
bar@moms.com, Big Foo
|
||||||
|
|
|
||||||
|
Loading…
Reference in a new issue