Sha256: efa1ae2c8f959589a43e9574f065e1399616520b3efeba5584ef9ed778c71be8
Contents?: true
Size: 256 Bytes
Versions: 2
Compression:
Stored size: 256 Bytes
Contents
require "spec_helper" describe AwsClean::CLI do before(:all) do @args = "" end %w[ sg keypair ].each do |command| it command do out = execute("exe/aws-clean #{command} #{@args}") expect(out).to eq "" end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
aws-clean-0.2.0 | spec/lib/cli_spec.rb |
aws-clean-0.1.0 | spec/lib/cli_spec.rb |