Autofix Rubocop Style/BlockDelimiters (#23706)
This commit is contained in:
@@ -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: {
|
||||
|
Reference in New Issue
Block a user