Sha256: 1045cb927d36952022227445c6f7ff493b83a29e76c21546286f23f3ece2827a
Contents?: true
Size: 396 Bytes
Versions: 15
Compression:
Stored size: 396 Bytes
Contents
describe Elasticity::HadoopBootstrapAction do subject do Elasticity::HadoopBootstrapAction.new('option', 'value') end it { should be_a Elasticity::BootstrapAction } its(:name) { should == 'Elasticity Bootstrap Action (Configure Hadoop)' } its(:arguments) { should == %w(option value) } its(:script) { should == 's3n://elasticmapreduce/bootstrap-actions/configure-hadoop' } end
Version data entries
15 entries across 15 versions & 1 rubygems