Sha256: 4c5b21dc3d5e9976499f8f816ab3e171f6edaae8b2cd443cc8db5a13b953f993

Contents?: true

Size: 205 Bytes

Versions: 19

Compression:

Stored size: 205 Bytes

Contents

require 'spec_helper'

describe Highrise::Pagination do
  class TestClass < Highrise::Base; include Highrise::Pagination; end
  subject { TestClass.new }
  
  it_should_behave_like "a paginated class"
end

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
highrise-3.2.3 spec/highrise/pagination_spec.rb
highrise-3.2.1 spec/highrise/pagination_spec.rb
highrise-3.1.6 spec/highrise/pagination_spec.rb
highrise-3.1.5 spec/highrise/pagination_spec.rb
highrise-3.1.2 spec/highrise/pagination_spec.rb
highrise-3.1.1 spec/highrise/pagination_spec.rb
highrise-3.1.0 spec/highrise/pagination_spec.rb
highrise-3.1.0.pre spec/highrise/pagination_spec.rb
highrise-3.0.5 spec/highrise/pagination_spec.rb
highrise-3.0.4 spec/highrise/pagination_spec.rb
highrise-3.0.3 spec/highrise/pagination_spec.rb
peterosullivan-highrise-3.0.7 spec/highrise/pagination_spec.rb
peterosullivan-highrise-3.0.6 spec/highrise/pagination_spec.rb
peterosullivan-highrise-3.0.5 spec/highrise/pagination_spec.rb
peterosullivan-highrise-3.0.4 spec/highrise/pagination_spec.rb
peterosullivan-highrise-3.0.3 spec/highrise/pagination_spec.rb
peterosullivan-highrise-3.0.2 spec/highrise/pagination_spec.rb
highrise-3.0.1 spec/highrise/pagination_spec.rb
highrise-3.0.0 spec/highrise/pagination_spec.rb