moiristo / deep_cloneable

This gem gives every ActiveRecord::Base object the possibility to do a deep clone that includes user specified associations.
MIT License
786 stars 88 forks source link

Method on test have the same name, which is confusing. #43

Closed bekicot closed 10 years ago

bekicot commented 10 years ago

https://github.com/moiristo/deep_cloneable/blob/v2.0.0/test/test_deep_cloneable.rb#L298 https://github.com/moiristo/deep_cloneable/blob/v2.0.0/test/test_deep_cloneable.rb#L284

For me it is confusing as the method is replaced. Right ?

moiristo commented 10 years ago

Yes, thanks for noticing! I will update the second method name.