We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e4bbe commit b684390Copy full SHA for b684390
spec/ajax-datatables-rails/orm/active_record_paginate_records_spec.rb
@@ -18,7 +18,7 @@
18
19
it 'paginates records properly' do
20
if AjaxDatatablesRails.config.db_adapter.in? %i[oracle oracleenhanced]
21
- if Rails.version.in? %w[4.0.13 4.1.15 4.2.8]
+ if Rails.version.in? %w[4.0.13 4.1.15 4.2.9]
22
expect(datatable.paginate_records(records).to_sql).to include(
23
'rownum <= 10'
24
)
@@ -36,7 +36,7 @@
36
datatable.params[:start] = '26'
37
datatable.params[:length] = '25'
38
39
40
41
'rownum <= 50'
42
0 commit comments