Switching my Rails 3.2.12 project to Ruby 2.0.0 does not pass the test:
NoMethodError: private method `initialize_dup' called for #<Receipt:0x007fe06c809428>
It looks like initialize_dup now a private method.
What can I do to get my tests pass using Rails 3.2.12 and Ruby 2.0.0?
source share