Merge "Remove usage of deleted manifest_dir"

This commit is contained in:
Zuul 2023-10-11 04:43:11 +00:00 committed by Gerrit Code Review
commit c6d889b183
1 changed files with 0 additions and 3 deletions

View File

@ -12,9 +12,6 @@ RSpec.configure do |c|
c.alias_it_should_behave_like_to :it_raises, 'raises'
c.module_path = File.join(fixture_path, 'modules')
c.manifest_dir = File.join(fixture_path, 'manifests')
c.mock_with :rspec
end
at_exit { RSpec::Puppet::Coverage.report! }