From 1830a686e7f8915d976d53dad7c64e336a071062 Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Fri, 9 Aug 2013 10:19:00 -0400 Subject: [PATCH] Fix spec tests --- spec/defines/init_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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