mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 12:39:53 +01:00
Adjust tests to not check ivars that are no longer used when filter is empty
This commit is contained in:
parent
96659befea
commit
666f95c143
1 changed files with 2 additions and 6 deletions
|
@ -179,9 +179,7 @@ describe InboxController, type: :controller do
|
|||
inbox: [],
|
||||
inbox_last_id: nil,
|
||||
more_data_available: false,
|
||||
inbox_count: 0,
|
||||
delete_id: "ib-delete-all",
|
||||
disabled: true
|
||||
inbox_count: 0
|
||||
}
|
||||
end
|
||||
end
|
||||
|
@ -213,9 +211,7 @@ describe InboxController, type: :controller do
|
|||
inbox: [],
|
||||
inbox_last_id: nil,
|
||||
more_data_available: false,
|
||||
inbox_count: 0,
|
||||
delete_id: "ib-delete-all",
|
||||
disabled: true
|
||||
inbox_count: 0
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue