travis-web/assets/scripts/spec/support/helpers.coffee
2013-07-31 13:29:45 +02:00

11 lines
207 B
CoffeeScript

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