Skip to content

Commit b8c71fd

Browse files
committed
Remove country type specs
All the code now is covered by the integration specs.
1 parent 8ba9849 commit b8c71fd

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

spec/lib/solidus_graphql_api/types/country_spec.rb

-7
This file was deleted.

spec/lib/solidus_graphql_api/types/query_spec.rb

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
RSpec.describe SolidusGraphqlApi::Types::Query do
66
subject { described_class.send(:new, {}, {}) }
77

8-
it { expect(described_class.method_defined?(:countries)).to be_truthy }
98
it { expect(described_class.method_defined?(:taxonomies)).to be_truthy }
109

1110
describe '#products' do

0 commit comments

Comments
 (0)