add balance entity
This commit is contained in:
@@ -31,5 +31,6 @@ RSpec.describe(User, type: :model) do
|
||||
|
||||
describe "associations" do
|
||||
it { is_expected.to(have_many(:documents)) }
|
||||
it { is_expected.to(have_many(:balances)) }
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user