Sha256: 5966bfa1d1ab4e44c6ac44a81200805b9d315f80164fb86125e90eda9200a864

Contents?: true

Size: 820 Bytes

Versions: 2

Compression:

Stored size: 820 Bytes

Contents

describe 'up.modal', ->
  
  describe 'Javascript functions', ->
    
    describe 'up.modal.defaults', ->
      
      it 'should have tests'
        
    describe 'up.modal.open', ->

      it 'should have tests'

    describe 'up.modal.close', ->

      it 'should have tests'

    describe 'up.modal.source', ->

      it 'should have tests'

  describe 'unobtrusive behavior', ->
    
    describe 'a[up-modal]', ->
      
      it 'should have tests'
      
    describe '[up-close]', ->
      
      it 'should have tests'

    describe 'when following links inside a modal', ->

      it 'prefers to replace a selector within the modal'

      it 'auto-closes the modal if a selector behind the modal gets replaced'

      it "doesn't auto-close the modal if a selector behind the modal if the modal is sticky"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
upjs-rails-0.4.3 spec_app/spec/javascripts/up/modal_spec.js.coffee
upjs-rails-0.4.2 spec_app/spec/javascripts/up/modal_spec.js.coffee