examples/multi_street_address.rb in happymapper-0.3.1 vs examples/multi_street_address.rb in happymapper-0.3.2

- old
+ new

@@ -1,8 +1,8 @@ dir = File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib')) require File.join(dir, 'happymapper') -file_contents = File.read(dir + '/../spec/fixtures/address_multi_street.xml') +file_contents = File.read(dir + '/../spec/fixtures/multi_street_address.xml') class MultiStreetAddress include HappyMapper # allow primitive type to be collection \ No newline at end of file