Sha256: 454fb0a01b61177831d3246d4fe522e593aecbe77c717a1665ea8d67ce3d0353
Contents?: true
Size: 450 Bytes
Versions: 17
Compression:
Stored size: 450 Bytes
Contents
require 'spec_helper' describe Datagrid::Scaffold do subject { Datagrid::Scaffold.new([""]) } describe '.paginate_code' do it 'should fall through options successfully' do subject.paginate_code.should eql('paginate_somehow') end end describe '.pagination_helper_code' do it 'should fall through options successfully' do subject.pagination_helper_code.should eql('some_pagination_helper(@assets)') end end end
Version data entries
17 entries across 17 versions & 1 rubygems