Page MenuHomeSoftware Heritage

001_elasticsearch_python_spec.rb
No OneTemporary

001_elasticsearch_python_spec.rb

require 'spec_helper'
describe 'elasticsearch::python', :type => 'define' do
let :facts do {
:operatingsystem => 'CentOS',
:kernel => 'Linux',
:osfamily => 'RedHat'
} end
[ 'pyes', 'rawes', 'pyelasticsearch', 'ESClient', 'elasticutils', 'elasticsearch' ].each do |pythonlib|
context "installation of library #{pythonlib}" do
let(:title) { pythonlib }
it { should contain_elasticsearch__python(pythonlib) }
it { should contain_package("python_#{pythonlib}").with(:provider => 'pip', :name => pythonlib) }
end
end
end

File Metadata

Mime Type
text/x-ruby
Expires
Fri, Jul 4, 3:02 PM (3 d, 22 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3442321

Event Timeline