Skip to content

Commit

Permalink
Fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
ericproulx committed Oct 6, 2024
1 parent bd928cb commit acff0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/grape/named_api_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
end
end

let(:name) { 'NamedAPI'}
let(:name) { 'NamedAPI' }

before { stub_const(name, api) }

Expand Down

0 comments on commit acff0bf

Please sign in to comment.