Files
sure/test/models/account_balance_test.rb
Zach Gollwitzer 3ec9c9b56b Scaffold out the UI for individual account page (#461)
* Add `AccountBalance` table for account views

* Scaffold out account UI

* Add D3 line chart scaffolding

* Style fixes
2024-02-14 13:02:11 -05:00

8 lines
128 B
Ruby

require "test_helper"
class AccountBalanceTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end