Skip to content

Commit ddb87b0

Browse files
committed
This spec is supposed to run under kaminari
1 parent ef4f000 commit ddb87b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/rails_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
end
215215
end
216216

217-
if ApiPagination.config.paginator.to_sym == :will_paginate
217+
if ApiPagination.config.paginator.to_sym == :kaminari
218218
context 'paginate array options' do
219219
let(:paginate_array_total_count) { 300 }
220220
let(:total_header) { 300 }

0 commit comments

Comments
 (0)