Sha256: 316123400e0145a1e15d128a9155669dbb325376f358d70c0635b5ffef44e2f9
Contents?: true
Size: 985 Bytes
Versions: 29
Compression:
Stored size: 985 Bytes
Contents
describe 'Will Paginate Liquidized' do before(:each) do # setup end describe "liquidized collection drops" do it "should return Collection Drop for collection to_liquid" #do #@collection.to_liquid.class.should eql(WillPaginate::Liquidized::CollectionDrop) #end it "should allow access to collection drop methods" # do # [:current_page, :per_page, :total_entries, :total_pages, :offset, # :previous_page, :next_page, :empty?, :length ].each do |method| # assert_nothing_raised { @blogs.send method } # end # assert_nothing_raised { @blogs.sort_by do 1 end } # end it "should allow array access to collection" # do # assert_nothing_raised { assert_equal 1, @blogs[0] } # end end describe "html pagination" do it "should render successfully from liquid template" it "should respect will paginate options (anchor and link labels)" end end
Version data entries
29 entries across 29 versions & 1 rubygems