add fiat balances dashboard

This commit is contained in:
João Geonizeli
2021-08-11 23:30:51 -03:00
parent 5cda80446f
commit 0b247d390b
6 changed files with 85 additions and 2 deletions

View File

@@ -22,5 +22,7 @@
require "rails_helper"
RSpec.describe(FiatBalance, type: :model) do
pending "add some examples to (or delete) #{__FILE__}"
describe "associations" do
it { is_expected.to(belong_to(:user)) }
end
end