mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Rubocop autocorrections
This commit is contained in:
parent
299738f58d
commit
43bef689fc
85 changed files with 622 additions and 578 deletions
|
|
@ -66,11 +66,11 @@ describe UserDatatable do
|
|||
'search' => { 'value' => '', 'regex' => 'false' }
|
||||
}
|
||||
},
|
||||
'order' => { '0' => { 'column' => '0', 'dir' => 'asc' } },
|
||||
'start' => '0',
|
||||
'length' => '10',
|
||||
'search' => { 'value' => '', 'regex' => 'false' },
|
||||
'_' => '1532637360488'
|
||||
'order' => { '0' => { 'column' => '0', 'dir' => 'asc' } },
|
||||
'start' => '0',
|
||||
'length' => '10',
|
||||
'search' => { 'value' => '', 'regex' => 'false' },
|
||||
'_' => '1532637360488'
|
||||
}.with_indifferent_access
|
||||
)
|
||||
allow(view).to receive(:admin_user_path) do |arg|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue