mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-04 03:36:44 +08:00
Fix tests
This commit is contained in:
parent
db8c7cd97c
commit
47198c442d
1 changed files with 0 additions and 6 deletions
|
@ -17,12 +17,6 @@ RSpec::Matchers.define :be_valid_default_repository_table_state do |nr_of_cols|
|
|||
'start' => 0,
|
||||
'length' => cols_length, # 8 default columns + parameter
|
||||
'order' => [[2, 'asc']],
|
||||
'search' => {
|
||||
'search' => '',
|
||||
'smart' => true,
|
||||
'regex' => false,
|
||||
'caseInsensitive' => true
|
||||
},
|
||||
'assigned' => 'assigned',
|
||||
'ColReorder' => cols_array
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue