Files
ProMotion/app/app_delegate.rb
Jamon Holmgren 9e4ea34cab Updated table screen specs
More work is needed on these.
2013-05-06 23:16:04 -07:00

6 lines
148 B
Ruby

class AppDelegate
def application(application, didFinishLaunchingWithOptions:launchOptions)
return true if RUBYMOTION_ENV == 'test'
end
end