dev/setup.rb in attributes-mapper-0.1.0 vs dev/setup.rb in attributes-mapper-0.1.1
- old
+ new
@@ -8,9 +8,10 @@
require 'active_support/core_ext/module/delegation'
require 'active_support/core_ext/object/blank'
require 'active_support/core_ext/object/json'
require 'active_support/core_ext/enumerable'
require 'active_support/configurable'
+require 'rudash'
%w[../../lib/attributes_mapper ../../spec/spec_helper].each do |rel_path|
require File.expand_path(rel_path, Pathname.new(__FILE__).realpath)
end