RubyMoney / money

A Ruby Library for dealing with money and currency conversion.
http://rubymoney.github.io/money
MIT License
2.75k stars 626 forks source link

Fix deprecation warning when running specs #1079

Closed tagliala closed 7 months ago

tagliala commented 8 months ago

Also, raise_error better clarifies what is expected from specs and is also shorter

Close #1076


Requires #1078 to pass CI

semmons99 commented 7 months ago

ty