Sha256: 63d319f9804e2c274396c344b25e6a271c7cde94df9ef8ceae8d1886b7473e73
Contents?: true
Size: 330 Bytes
Versions: 7
Compression:
Stored size: 330 Bytes
Contents
describe Elasticity::S3DistCpStep do it 'should be a CustomJarStep' do expect(subject).to be_a(Elasticity::CustomJarStep) end it 'should set the appropriate default fields' do expect(subject.name).to eql('Elasticity S3DistCp Step') expect(subject.jar).to eql('/home/hadoop/lib/emr-s3distcp-1.0.jar') end end
Version data entries
7 entries across 7 versions & 1 rubygems