Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9126086
spec_helper.rb
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
434 B
Subscribers
None
spec_helper.rb
View Options
require
'puppetlabs_spec_helper/module_spec_helper'
require
'rspec-puppet-facts'
include
RspecPuppetFacts
require
'simplecov'
require
'simplecov-console'
RSpec
.
configure
do
|
c
|
c
.
default_facts
=
{
concat_basedir
:
'/tmp'
}
end
SimpleCov
.
start
do
add_filter
'/spec'
add_filter
'/vendor'
formatter
SimpleCov
::
Formatter
::
MultiFormatter
.
new
(
[
SimpleCov
::
Formatter
::
HTMLFormatter
,
SimpleCov
::
Formatter
::
Console
]
)
end
File Metadata
Details
Attached
Mime Type
text/x-ruby
Expires
Jun 21 2025, 9:41 PM (4 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3366307
Attached To
rSPHIT Hitch TLS proxy puppet module
Event Timeline
Log In to Comment