Deps cleanup (#702)

This commit is contained in:
Zach Gollwitzer
2024-05-02 10:18:06 -04:00
committed by GitHub
parent 4c5f8263bc
commit 98df7ccb11
6 changed files with 56 additions and 170 deletions

View File

@@ -1,5 +1,5 @@
require "test_helper"
require "ostruct"
class ExchangeRateTest < ActiveSupport::TestCase
test "find rate in db" do
assert_equal exchange_rates(:day_29_ago_eur_to_usd),

View File

@@ -1,5 +1,5 @@
require "test_helper"
require "ostruct"
class ValueGroupTest < ActiveSupport::TestCase
setup do
checking = accounts(:checking)