lib/picky/sources/csv.rb in picky-0.0.6 vs lib/picky/sources/csv.rb in picky-0.0.7
- old
+ new
@@ -1,5 +1,5 @@
-require 'CSV'
+require 'csv'
module Sources
class NoCSVFileGiven < StandardError; end
\ No newline at end of file
- old
+ new