remove currency model and all references
This commit is contained in:
@@ -6,7 +6,6 @@ describe Inputs::CreateBuyCryptoOrderAttributesInput do
|
||||
subject { described_class }
|
||||
|
||||
describe "fields" do
|
||||
it { is_expected.to(accept_argument("currency_id").of_type("ID!")) }
|
||||
it { is_expected.to(accept_argument("amount_cents").of_type("Int!")) }
|
||||
end
|
||||
end
|
||||
|
||||
@@ -6,7 +6,6 @@ describe Inputs::CreateSellCryptoOrderAttributesInput do
|
||||
subject { described_class }
|
||||
|
||||
describe "fields" do
|
||||
it { is_expected.to(accept_argument("currency_id").of_type("ID!")) }
|
||||
it { is_expected.to(accept_argument("amount").of_type("String!")) }
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user