Autofix Rubocop Style/BlockDelimiters (#23706)
This commit is contained in:
parent
c0d7c855b3
commit
167709f6b0
4 changed files with 18 additions and 31 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue