Commit 8b4d4cd759238635054b3e00453938115b83d2bd

Authored by Luke Baker
1 parent 25b8285a

remove un-needed requires for fastercsv

lib/tasks/makecsvfromhash.rb
1   -require 'fastercsv'
  1 +#require 'fastercsv'
2 2  
3 3 q = Question.find(109)
4 4  
... ...
lib/tasks/test_api.rake
1   -require 'fastercsv'
2 1 namespace :test_api do
3 2  
4 3 task :all => [:question_vote_consistency,:generate_density_information]
... ...