define ['app/views/app_view'], (App) ->

  describe 'Test App View', ->

    it 'App is defined', ->
      expect(App).not.to.be.undefined
