Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9123997
spec_helper_acceptance.rb
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
426 B
Subscribers
None
spec_helper_acceptance.rb
View Options
require
'beaker-rspec'
require
'beaker/puppet_install_helper'
require
'beaker/module_install_helper'
run_puppet_install_helper
install_module
install_module_dependencies
RSpec
.
configure
do
|
c
|
# Readable test descriptions
c
.
formatter
=
:documentation
hosts
.
each
do
|
host
|
if
host
[
:platform
]
=~
%r{el-7-x86_64}
&&
host
[
:hypervisor
]
=~
%r{docker}
on
(
host
,
"sed -i '/nodocs/d' /etc/yum.conf"
)
end
end
end
File Metadata
Details
Attached
Mime Type
text/x-ruby
Expires
Sat, Jun 21, 6:31 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3279999
Attached To
R141 puppet-puppet-prometheus
Event Timeline
Log In to Comment