Sha256: 3dc056d7e6976b71735c6ece4340c003eef7a8a0752ae5b633dde4fcfac3f822
Contents?: true
Size: 580 Bytes
Versions: 9
Compression:
Stored size: 580 Bytes
Contents
require 'spec_helper' describe 'default response intelligently when no arguments are provided' do # it's useful to have the datable respond with the first page and without # any errors when the json is browsed directly for debugging purposes it "should return default page size" do # don't return all data decide on default page size end it "should not barf because iColumn is not set" do # currently does end it "should be able to set the default sort direction" do # most views will have an initially defined sort order pending end end
Version data entries
9 entries across 9 versions & 1 rubygems