Skip to content

Instantly share code, notes, and snippets.

@jamonholmgren
Created February 22, 2013 05:09
Show Gist options
  • Save jamonholmgren/5010866 to your computer and use it in GitHub Desktop.
Save jamonholmgren/5010866 to your computer and use it in GitHub Desktop.
app_delegate.rb
class AppDelegate < ProMotion::AppDelegateParent
def on_load(app, options)
return true if RUBYMOTION_ENV == 'test'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment