start a ruby version of aws-ha-release

- use aruba to test command line options
  - use rspec to unit test
This commit is contained in:
Anuj Biyani
2013-05-30 13:35:37 -07:00
parent 64e840e711
commit 179a788fe3
7 changed files with 124 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
require 'rspec'
require File.expand_path('aws-ha-release/aws-ha-release.rb')
describe 'aws-ha-release' do
end