Sha256: 2f559d195899f2ba3aa831c00df791d7b2a986ca30973ac57ca5d10876d2e5a6
Contents?: true
Size: 363 Bytes
Versions: 8
Compression:
Stored size: 363 Bytes
Contents
describe Elasticity::GangliaBootstrapAction do subject do Elasticity::GangliaBootstrapAction.new end it { should be_a Elasticity::BootstrapAction } its(:name) { should == 'Elasticity Bootstrap Action (Install Ganglia)' } its(:arguments) { should == [] } its(:script) { should == 's3://elasticmapreduce/bootstrap-actions/install-ganglia' } end
Version data entries
8 entries across 8 versions & 1 rubygems