Sha256: 8de18294317d3ebbef690ce9effcdf3382c03385fa290a480e1ead902960a13a
Contents?: true
Size: 144 Bytes
Versions: 1
Compression:
Stored size: 144 Bytes
Contents
require 'spec_helper' describe command('java -version') do its(:exit_status) { should eq(0) } its(:stdout) { should match(/.*1.8.*/) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
awskit-0.1.0 | lib/awskit/gen/cookbook/templates/test/integration/default/serverspec/localhost/common_spec.rb |