From 5782126478513b15ab7e510fdecf614d466e1f6c Mon Sep 17 00:00:00 2001 From: davidgg Date: Sat, 8 Feb 2014 18:31:28 +0100 Subject: [PATCH] added CSV support --- spec/fixtures/twitter.csv | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 spec/fixtures/twitter.csv diff --git a/spec/fixtures/twitter.csv b/spec/fixtures/twitter.csv new file mode 100644 index 0000000..25cd2de --- /dev/null +++ b/spec/fixtures/twitter.csv @@ -0,0 +1,2 @@ +"name","url","id","description","protected","screen_name","followers_count","profile_image_url","location" +"Magic 8 Bot",,"17656026","ask me a question","false","magic8bot","90","http://s3.amazonaws.com/twitter_production/profile_images/65565851/8ball_large_normal.jpg", \ No newline at end of file