Skip to content

Commit db8afd6

Browse files
committed
Fix cop
1 parent f0fcf49 commit db8afd6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

spec/integration/dry_validation/dry_validation_spec.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@
6262
end
6363

6464
describe 'Grape::Validations::ContractScope' do
65-
describe '.inherits' do
66-
subject { described_class }
67-
68-
it { is_expected.to be < Grape::Validations::Validators::Base }
69-
end
70-
7165
let(:validated_params) { {} }
7266
let(:app) do
7367
vp = validated_params
@@ -79,6 +73,12 @@
7973
end
8074
end
8175

76+
describe '.inherits' do
77+
subject { described_class }
78+
79+
it { is_expected.to be < Grape::Validations::Validators::Base }
80+
end
81+
8282
context 'with simple schema, pre-defined' do
8383
let(:contract) do
8484
Dry::Schema.Params do

0 commit comments

Comments
 (0)