We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04422b2 commit c279d77Copy full SHA for c279d77
2 files changed
spec/double_entry/validation/line_check_spec.rb
@@ -76,7 +76,7 @@ module Validation
76
its(:errors_found) { should be true }
77
78
its(:log) { should include <<~LOG }
79
- Error on account \#{Account account: savings scope: currency: USD}: 100.01 (cached balance) != 100.00 (running balance)
+ Error on account \#{Account account: savings scope: currency: }: 100.01 (cached balance) != 100.00 (running balance)
80
LOG
81
82
it 'should correct the account balance' do
spec/support/money.rb
@@ -1 +1,2 @@
1
Money.locale_backend = :i18n
2
+Money.default_currency = Money::Currency.new('USD')
0 commit comments