Skip to content

Commit

Permalink
Fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
ericproulx committed Sep 1, 2024
1 parent dd5154e commit 4f6a48d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/grape/endpoint_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ def memoized
end
end

context '#inspect' do
describe '#inspect' do
subject { described_class.new(settings, options).inspect }

let(:options) do
Expand All @@ -1105,7 +1105,7 @@ def memoized
let(:settings) { Grape::Util::InheritableSetting.new }

it 'does not raise an error' do
expect { subject }.to_not raise_error
expect { subject }.not_to raise_error
end
end
end

0 comments on commit 4f6a48d

Please sign in to comment.