travis-web/spec/assets/support/helpers.coffee
2012-10-01 12:36:06 +02:00

12 lines
198 B
CoffeeScript

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