Sha256: 9e9b4f8443883380edcb0e231589704a20f0a6ed029f56e9c016f180a00a1d71
Contents?: true
Size: 401 Bytes
Versions: 13
Compression:
Stored size: 401 Bytes
Contents
describe 'The Checkbox Array Field', -> beforeEach -> @collection = new Luca.Collection([id:"1",name:"jon"]) @field = new Luca.fields.CheckboxArray(collection: @collection) $('body').append("<div id='jasmine-helper' style='display:none' />") $('#jasmine-helper').html( @field.render().el ) it "should render checkboxes", -> expect( @field.checkboxesRendered ).toEqual true
Version data entries
13 entries across 13 versions & 1 rubygems