Fix specs

For some reason mocked ajax queries don't fire when build page is opened
directly in specs. I don't want to go into detail at this point, because
I plan rewriting build/job related views and controllers to decouple
repo controller anyway, which should fix some of the oddities.
This commit is contained in:
Piotr Sarnacki 2014-08-14 18:44:30 +02:00
parent 0ba62df35c
commit 615edb5686

View File

@ -5,6 +5,7 @@ module "Build page",
Ember.run -> Travis.reset()
test "displaying information on build page", ->
visit('/travis-ci/travis-core/builds').then ->
visit('/travis-ci/travis-core/builds/1').then ->
listsRepos [
{ slug: 'travis-ci/travis-hub', build: { number: 4, url: '/travis-ci/travis-hub/builds/4', duration: '1 min', finishedAt: '-' } }