From 8b4d4cd759238635054b3e00453938115b83d2bd Mon Sep 17 00:00:00 2001 From: Luke Baker Date: Fri, 15 Oct 2010 13:48:48 -0400 Subject: [PATCH] remove un-needed requires for fastercsv --- lib/tasks/makecsvfromhash.rb | 2 +- lib/tasks/test_api.rake | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/tasks/makecsvfromhash.rb b/lib/tasks/makecsvfromhash.rb index 334fef3..15b1027 100644 --- a/lib/tasks/makecsvfromhash.rb +++ b/lib/tasks/makecsvfromhash.rb @@ -1,4 +1,4 @@ -require 'fastercsv' +#require 'fastercsv' q = Question.find(109) diff --git a/lib/tasks/test_api.rake b/lib/tasks/test_api.rake index fb368fc..505cf4b 100644 --- a/lib/tasks/test_api.rake +++ b/lib/tasks/test_api.rake @@ -1,4 +1,3 @@ -require 'fastercsv' namespace :test_api do task :all => [:question_vote_consistency,:generate_density_information] -- libgit2 0.21.2