## Test Cloud Command Line [![Build Status](https://magnum.travis-ci.com/xamarin/test-cloud-command-line.svg?token=y4VsoGUG24WhMo7qoBu3&branch=master)](https://magnum.travis-ci.com/xamarin/test-cloud-command-line) ### Requirements * ruby >= 2.0 ### Testing ``` $ bundle update $ bundle exec rake test # All tests. $ bundle exec rake unit # Unit tests. $ bundle exec rake integration # Integration tests. $ bundle exec rake spec # rspec tests ```