Test Cloud Command Line

Build Status

Requirements

  • ruby >= 2.0

Testing

$ bundle update
$ bundle exec rake test         # All tests.
$ bundle exec rake spec         # rspec tests (unit and integration)

CI