spec/csv-hash_spec.rb in millisami-csv-hash-0.1.2 vs spec/csv-hash_spec.rb in millisami-csv-hash-0.2.0

- old
+ new

@@ -1,5 +1,5 @@ -require File.expand_path(File.dirname(__FILE__) + '/spec_helper') +require 'spec_helper' describe CSVHash do before(:all) do @csv_path = File.expand_path(File.join(File.dirname(__FILE__),'assets','test.csv')) @clean_csv_path = File.expand_path(File.join(File.dirname(__FILE__),'assets','clean_test.csv'))