More work on meta_spec.rb.

This commit is contained in:
Christian Williams & Aaron Peckham 2009-07-10 10:31:34 -07:00
parent fe7c91220f
commit d378ce76e5
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ module Jasmine
end
def load_suite_info
while eval_js('typeof reportingBridge == "undefined" || !!!reportingBridge.suiteInfoReady') do
while !eval_js('jasmine.getEnv().currentRunner.finished') do
sleep 0.1
end