#= require behaviors/autosize describe 'Autosize behavior', -> beforeEach -> fixture.set('') it 'does not overwrite the resize property', -> load() expect($('textarea')).toHaveCss(resize: 'vertical') load = -> $(document).trigger('page:load')