0
0
Fork 0

Autofix Rubocop Style/BlockDelimiters (#23706)

This commit is contained in:
Nick Schonning 2023-02-18 17:00:17 -05:00 committed by GitHub
parent c0d7c855b3
commit 167709f6b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 31 deletions

View file

@ -112,11 +112,11 @@ describe Settings::ApplicationsController do
describe 'PATCH #update' do
context 'success' do
let(:opts) {
let(:opts) do
{
website: 'https://foo.bar/',
}
}
end
def call_update
patch :update, params: {