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

Deprecation warning when running specs #1076

Closed tagliala closed 7 months ago

tagliala commented 8 months ago

Run specs on localhost

Deprecation Warnings:

The implicit block expectation syntax is deprecated, you should pass a block to `expect` to use the provided block expectation matcher (raise Money::Bank::DifferentCurrencyError), or the matcher must implement `supports_value_expectations?`.
The implicit block expectation syntax is deprecated, you should pass a block to `expect` to use the provided block expectation matcher (raise Money::Bank::DifferentCurrencyError), or the matcher must implement `supports_value_expectations?`.

Also visible on the CI: https://github.com/RubyMoney/money/actions/runs/7996404705/job/22203551655#step:4:23

image