diff --git a/testdata/ruby/layMainWindow.rb b/testdata/ruby/layMainWindow.rb index ba4d0f35a..81ba66439 100644 --- a/testdata/ruby/layMainWindow.rb +++ b/testdata/ruby/layMainWindow.rb @@ -49,6 +49,10 @@ class LAYMainWindow_TestClass < TestBase # smoke test + if !RBA.constants.member?(:Application) + return + end + app = RBA::Application.instance mw = app.main_window s = mw.synchronous