travis-web/assets/javascripts/spec/sidebar_spec.coffee
Sven Fuchs 00cfe41cc5 stuff
2012-07-17 11:54:06 +02:00

12 lines
401 B
CoffeeScript

# describe 'the sidebar', ->
# beforeEach ->
# app '!/travis-ci/travis-core/jobs/1'
# waitFor jobRendered
# waitFor hasText('#tab_build', 'Build #1')
#
# it 'displays the expected stuff', ->
# listsQueues [
# { name: 'common', item: { number: '5.1', repo: 'travis-ci/travis-core' } }
# { name: 'common', item: { number: '5.2', repo: 'travis-ci/travis-core' } }
# ]