remove unused GraphQl input

This commit is contained in:
João Geonizeli
2021-08-14 11:45:25 -03:00
parent 249925e176
commit 51a493b327
2 changed files with 0 additions and 20 deletions

View File

@@ -1,11 +0,0 @@
# frozen_string_literal: true
require "rails_helper"
RSpec.describe(Inputs::UserAttributesInput) do
subject { described_class }
describe "arguments" do
it { is_expected.to(accept_argument(:first_name).of_type("String!")) }
it { is_expected.to(accept_argument(:last_name).of_type("String!")) }
end
end