plu / simctl

Ruby interface to xcrun simctl
http://www.rubydoc.info/gems/simctl
MIT License
104 stars 19 forks source link

Add command for uninstalling the the app from the device #5

Closed pepicrft closed 8 years ago

pepicrft commented 8 years ago

Context

We need the uninstall command for our acceptance tests. However simctl Ruby wrapper doesn't support it.

Proposal

I've added the new command and tested it

Note: I haven't used minitest before for testing and I wasn't sure what the numbers in front of the test name are about.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.08%) to 96.947% when pulling 87a7d78b7ad4905faff117d0259496267d2fec5a on pepibumur:master into 0d261904c82a953b286b30f4fd1d86ba9427c48c on plu:master.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.08%) to 96.947% when pulling 87a7d78b7ad4905faff117d0259496267d2fec5a on pepibumur:master into 0d261904c82a953b286b30f4fd1d86ba9427c48c on plu:master.

plu commented 8 years ago

Thank you!

Pushed simctl 1.5.4 to rubygems.org.

pepicrft commented 8 years ago

Great, thank you very much.