add fiat balance

This commit is contained in:
João Geonizeli
2021-08-11 22:53:59 -03:00
parent 1847a276f7
commit fe474dfb08
21 changed files with 596 additions and 116 deletions

View File

@@ -0,0 +1,6 @@
# frozen_string_literal: true
require "rails_helper"
RSpec.describe(FiatBalancePolicy, type: :policy) do
pending "add some examples to (or delete) #{__FILE__}"
end