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

3
features/support/env.rb Normal file
View File

@@ -0,0 +1,3 @@
require 'aruba/cucumber'
ENV['PATH'] = "#{Dir.pwd}/aws-ha-release#{File::PATH_SEPARATOR}#{ENV['PATH']}"