1 require 'spec_helper_acceptance'
5 @basedir = setup_test_directory
8 context 'when concat::fragment target not found' do
12 path => '#{@basedir}/file',
14 concat::fragment { 'foo':
15 target => '#{@basedir}/bar',
21 it 'applies manifests, check stderr' do
22 expect(apply_manifest(pp, expect_failures: true).stderr).to match 'not found in the catalog'
23 expect(apply_manifest(pp, expect_failures: true).stderr).to match 'not found in the catalog'