travis-web/assets/scripts/spec/support/helpers.coffee
Piotr Sarnacki 296bff56f1 Fix specs
2013-03-14 15:43:19 +01:00

11 lines
197 B
CoffeeScript

@after = (time, func) ->
waits(time)
jasmine.getEnv().currentSpec.runs(func)
@once = (condition, func) ->
waitsFor(condition)
jasmine.getEnv().currentSpec.runs(func)
@waitFor = waitsFor