0.0
No commit activity in last 3 years
No release in over 3 years
Rake tasks for cleaning the RubyMotion environment
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

motion-dryclean

This shirt is "dry-clean only"...which means it's dirty.

-- Mitch Hedberg

This gem provides rake tasks for programmatically reseting the iOS simulator in advance of running tests (or other development activities):

rake dryclean              # Same as dryclean:simulator
rake dryclean:simulator    # Reset the iOS Simulator
rake dryclean:spec         # Run specs with a clean simulator

Installation

Install the gem:

$ gem install motion-dryclean

Add it to your Gemfile (inside development group):

gem 'motion-dryclean'

Make sure motion-dryclean is loaded in your project Rakefile:

require 'motion-dryclean'

Development