elasticsearch-model/spec/elasticsearch/model/adapters/active_record/pagination_spec.rb [80:96]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      end
    end

    describe '#last_page?' do

      it 'returns the correct last page' do
        expect(records.last_page?).to be(false)
      end
    end

    describe '#out_of_range?' do

      it 'returns whether the pagination is out of range' do
        expect(records.out_of_range?).to be(false)
      end
    end
  end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



elasticsearch-model/spec/elasticsearch/model/adapters/active_record/pagination_spec.rb [143:159]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      end
    end

    describe '#last_page?' do

      it 'returns the correct last page' do
        expect(records.last_page?).to be(false)
      end
    end

    describe '#out_of_range?' do

      it 'returns whether the pagination is out of range' do
        expect(records.out_of_range?).to be(false)
      end
    end
  end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



