diff --git a/spec/defines/init_spec.rb b/spec/defines/init_spec.rb index 172929ab..ace50f0d 100644 --- a/spec/defines/init_spec.rb +++ b/spec/defines/init_spec.rb @@ -49,7 +49,7 @@ should contain_exec("concat_/etc/foo.bar").with_command( "#{basedir}/bin/concatfragments.sh " + "-o #{basedir}/_etc_foo.bar/fragments.concat.out " + - "-d #{basedir}/_etc_foo.bar " + "-d #{basedir}/_etc_foo.bar " ) end end @@ -105,7 +105,7 @@ should contain_exec("concat_foobar").with_command( "#{basedir}/bin/concatfragments.sh " + "-o #{basedir}/foobar/fragments.concat.out " + - "-d #{basedir}/foobar " + "-d #{basedir}/foobar " ) end