Imported puppetlabs-vcsrepo
This commit is contained in:
parent
0938a13fe6
commit
18d9aa4a23
152 changed files with 9191 additions and 0 deletions
13
modules/vcsrepo/spec/spec_helper.rb
Normal file
13
modules/vcsrepo/spec/spec_helper.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
require 'puppetlabs_spec_helper/module_spec_helper'
|
||||
require 'simplecov'
|
||||
require 'support/filesystem_helpers'
|
||||
require 'support/fixture_helpers'
|
||||
|
||||
SimpleCov.start do
|
||||
add_filter "/spec/"
|
||||
end
|
||||
|
||||
RSpec.configure do |c|
|
||||
c.include FilesystemHelpers
|
||||
c.include FixtureHelpers
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue