Sha256: 145eb4f84266b9264f59e350f961dc300e8babfc7a1a4de8274186c628c1e510
Contents?: true
Size: 477 Bytes
Versions: 15
Compression:
Stored size: 477 Bytes
Contents
describe Elasticity::GangliaBootstrapAction do subject do Elasticity::GangliaBootstrapAction.new end it { should be_a Elasticity::BootstrapAction } describe '.intialize' do it 'should set the fields appropriately' do expect(subject.name).to eql('Elasticity Bootstrap Action (Install Ganglia)') expect(subject.arguments).to eql([]) expect(subject.script).to eql('s3://elasticmapreduce/bootstrap-actions/install-ganglia') end end end
Version data entries
15 entries across 15 versions & 1 rubygems