Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8394341
spec_helper.rb
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
356 B
Subscribers
None
spec_helper.rb
View Options
require
'puppetlabs_spec_helper/module_spec_helper'
require
'support/filesystem_helpers'
require
'support/fixture_helpers'
# SimpleCov does not run on Ruby 1.8.7
unless
RUBY_VERSION
.
to_f
<
1
.
9
require
'simplecov'
SimpleCov
.
start
do
add_filter
'/spec/'
end
end
RSpec
.
configure
do
|
c
|
c
.
include
FilesystemHelpers
c
.
include
FixtureHelpers
end
File Metadata
Details
Attached
Mime Type
text/x-ruby
Expires
Wed, Jun 4, 7:23 PM (6 d, 8 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3280429
Attached To
R119 Support for source control repositories
Event Timeline
Log In to Comment