Sha256: 6af13bdb58755adf34029b4146fa6761fafdcd83d9b3dddf627b4fc2607d3547
Contents?: true
Size: 421 Bytes
Versions: 9
Compression:
Stored size: 421 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(:option) { should == 'option' } its(:value) { should == 'value' } its(:script) { should == 's3n://elasticmapreduce/bootstrap-actions/configure-hadoop' } end
Version data entries
9 entries across 9 versions & 1 rubygems